TreeListSettings.EnableFilterControlPopupMenuScrolling Property
Gets or sets a value specifying whether popup menu scrolling is enabled in the built-in filter control.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableFilterControlPopupMenuScrolling |
---|---|
ASPxTreeList |
|
Remarks
Set the EnableFilterControlPopupMenuScrolling property to true
to enable scrolling if a popup menu’s content height exceeds the browser window height. In this case, the popup menu displays scroll buttons, allowing its items to be scrolled vertically.
See Also