Back to Devexpress

MenuItem.EnableScrolling Property

aspnet-devexpress-dot-web-dot-menuitem-ce81a0ba.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableScrolling { get; set; }
vb
<DefaultValue(False)>
Public Property EnableScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

Menu Elements

MenuItem Class

MenuItem Members

DevExpress.Web Namespace