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