Back to Devexpress

ASPxMenu.EnableSubMenuScrolling Property

aspnet-devexpress-dot-web-dot-aspxmenu.md

latest1.6 KB
Original Source

ASPxMenu.EnableSubMenuScrolling Property

Gets or sets a value indicating whether submenu scrolling is enabled in the menu.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableSubMenuScrolling { get; set; }
vb
<DefaultValue(False)>
Public Property EnableSubMenuScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if scrolling is enabled; otherwise, false.

|

Remarks

Set the EnableSubMenuScrolling property to true, to enable scrolling, if a submenu’s content height exceeds the browser window height. In this case, the submenu displays scroll buttons, allowing its items to be scrolled vertically.

You can enable scrolling for an individual menu item’s submenu using its MenuItem.EnableScrolling property.

See Also

EnableScrolling

ASPxMenu Class

ASPxMenu Members

DevExpress.Web Namespace