ASPxDataView.EnableScrolling Property
Gets or sets a value indicating whether data scrolling is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Remarks
Note
This property is in effect if the control height is specified (ASPxWebControl.Height).
When the EnableScrolling property is set to true, it affects two elements.
- If the control content is bigger than the content area, a scroll bar is displayed.
- If the control content is smaller than the content area, a pager is aligned with the control bottom.

See Also