Skip to main content
A newer version of this page is available. .
Tab

ASPxDataView.EnableScrolling Property

Gets or sets a value indicating whether data scrolling is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool EnableScrolling { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if scrolling is enabled; otherwise, 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.

DataView_ScrollBar

See Also