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

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if scrolling is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableFilterControlPopupMenuScrolling
ASPxTreeList
.Settings.EnableFilterControlPopupMenuScrolling
MVCxTreeList
.Settings.EnableFilterControlPopupMenuScrolling
TreeListSettings
.Settings.EnableFilterControlPopupMenuScrolling
TreeListSettings<RowType>
.Settings.EnableFilterControlPopupMenuScrolling

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