Skip to main content

MenuSettings.EnableSubMenuScrolling Property

Gets or sets a value specifying whether submenu scrolling is enabled in the Menu.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool EnableSubMenuScrolling { get; set; }

Property Value

Type Description
Boolean

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 the menu item’s MenuItem.EnableScrolling property.

See Also