DataViewBase.ScrollingMode Property
In This Article
Gets or sets a value that specifies how many rows are displayed onscreen when a View is scrolled to the bottom. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[XtraSerializableProperty]
[CloneDetailMode(CloneDetailMode.Skip)]
public ScrollingMode ScrollingMode { get; set; }
#Property Value
Type | Description |
---|---|
Scrolling |
A Scrolling |
#Remarks
If the ScrollingMode property is set to ScrollingMode.Smart, only one row (the last row) is displayed when a View is scrolled to the bottom. If this property is set to ScrollingMode.Normal, the View displays as many rows as can fit into its content area in their entirety.
To learn more, see Data Scrolling Overview.
See Also