Skip to main content
A newer version of this page is available. .
Tab

ASPxMenu.EnableSubMenuScrolling Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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