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

TreeListSettings.ScrollableHeight Property

Gets or sets the height of the control scrollable area.

Namespace: DevExpress.Web.ASPxTreeList

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

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
MVCxTreeList
.Settings.ScrollableHeight
TreeListSettings
.Settings.ScrollableHeight
TreeListSettings<RowType>
.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