TreeListSettings.ScrollableHeight Property
Gets or sets the height of the control scrollable area.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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