Skip to main content

DataViewSettings.EnableScrolling Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool EnableScrolling { get; set; }

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.

DataView_ScrollBar

See Also