Back to Devexpress

ScrollingMode Enum

wpf-devexpress-dot-xpf-dot-grid-62efde47.md

latest1.4 KB
Original Source

ScrollingMode Enum

Lists values that specify how many rows are displayed onscreen when a View is scrolled to the bottom.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum ScrollingMode
vb
Public Enum ScrollingMode

Members

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.

|

The following properties accept/return ScrollingMode values:

Remarks

The values listed by this enumeration are used to set the DataViewBase.ScrollingMode property’s value.

See Also

DevExpress.Xpf.Grid Namespace