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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if scrolling is enabled; otherwise, 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