MenuItem.EnableScrolling Property
Gets or sets a value indicating whether submenu scrolling is enabled for a particular menu item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
If submenu’s scrolling is disabled (the ASPxMenu.EnableSubMenuScrolling property is set to false
) you can enable scrolling for an individual item using its EnableScrolling property. In this case, the submenu displays scroll buttons, allowing its items to be scrolled vertically.
See Also