Back to Devexpress

DataViewBase.ScrollingMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-65eb07d6.md

latest2.0 KB
Original Source

DataViewBase.ScrollingMode Property

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ScrollingMode ScrollingMode { get; set; }
vb
Public Property ScrollingMode As ScrollingMode

Property Value

TypeDescription
ScrollingMode

A ScrollingMode enumeration value that specifies the scrolling mode.

|

Available values:

NameDescription
Normal

Only one row (the last row) is displayed when a view is scrolled to the bottom.

| | Smart |

When a view is scrolled to the bottom, it displays as many rows as can completely fit into its content area.

|

Remarks

If the ScrollingMode property is set to ScrollingMode.Normal, only one row (the last row) is displayed when a View is scrolled to the bottom. If this property is set to ScrollingMode.Smart, the View displays as many rows as can entirely fit into its content area.

To learn more, see Data Scrolling Overview.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace