Skip to main content

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

NuGet Package: DevExpress.Web

#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

#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