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.v20.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:

Library Object Type Path to ScrollableHeight
ASP.NET Controls and MVC Extensions ASPxTreeList
.Settings .ScrollableHeight
ASP.NET MVC Extensions 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