Skip to main content

TreeListSettings.ScrollableHeight Property

Gets or sets the height of the control scrollable area.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(200)]
public int ScrollableHeight { get; set; }

Property Value

Type Default Description
Int32 200

An integer value that specifies the scrollable area’s height, in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to ScrollableHeight
ASPxTreeList
.Settings .ScrollableHeight

Remarks

If vertical scrolling is available within the control (controlled by the TreeListSettings.VerticalScrollBarMode property), the ScrollableHeight property can be used to specify the scrollable area’s height.

See Also