ASPxDataView.EnableScrolling Property
In This Article
Gets or sets a value indicating whether data scrolling is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 (ASPx
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