ASPxMenu.EnableSubMenuScrolling Property
Gets or sets a value indicating whether submenu scrolling is enabled in the menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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