asp.net.ph

Menu.ItemWrap Property

System.Web.UI.WebControls Namespace   Menu Class


Sets or retrieves a value indicating whether the text for menu items should wrap.

Syntax


Inline <asp:menu itemwrap = true | false ... >
Script Menu.ItemWrap [ = true | false ]

This property accepts or returns only a boolean value: true to wrap the menu item text; otherwise false. Default value is false.

Remarks

Use the ItemWrap property to specify or determine whether the text displayed in each menu item in a Menu automatically splits and continues on the next line.

NOTE: This property applies only when the width of the Menu ( or the container that contains the Menu ) is set and the menu item's content exceeds the given width.

See Also

Menu Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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