Skip to main content
Tab

ASPxMenu.EnableSubMenuScrolling Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableSubMenuScrolling { get; set; }

Property Value

Type Default Description
Boolean false

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