asp.net.ph

Menu.DynamicHorizontalOffset Property

System.Web.UI.WebControls Namespace   Menu Class


.NET Framework version 2.0

Returns or sets the number of pixels to shift a dynamic menu horizontally relative to its parent menu item.

Syntax


Inline <asp:menu dynamichorizontaloffset = intValue ... >
Script Menu.DynamicHorizontalOffset [ = intValue ]

Property Value


intValue The number of pixels to shift a dynamic menu horizontally relative to its parent menu item.

The property is read/write with a default value of 0.

Remarks

Use the DynamicHorizontalOffset property to adjust the horizontal position of a dynamic menu relative to its parent menu item. This property affects the position of a dynamic menu differently depending on whether the Menu control is displayed vertically or horizontally ( as specified by the Orientation property ). The following table describes the differences.

Orientation Description
Horizontal By default, a dynamic menu is displayed directly below its parent menu item. Setting this property shifts the dynamic menu position horizontally from this base position.
Vertical By default, a dynamic menu item is displayed next to its parent menu item without any spacing in between. Setting this property controls the horizontal spacing between the dynamic menu and its parent menu item.

NOTE: You can set this property to a negative value to shift a dynamic menu in a negative direction. If you are displaying a vertical menu, a negative value causes a dynamic menu and its parent menu item to overlap.

See Also

Menu Members   DynamicVerticalOffset Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph