Back to Devexpress

ScrollingMode Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-231fc2d2.md

latest1.2 KB
Original Source

ScrollingMode Enum

Lists values specifying the PivotGridControl scrolling mode.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum ScrollingMode
vb
Public Enum ScrollingMode

Members

NameDescription
Line

A row by row scrolling mode.

| | Pixel |

A per-pixel scrolling mode.

|

The following properties accept/return ScrollingMode values:

Remarks

Use the PivotGridControl.ScrollingMode property to set the PivotGridControl scrolling mode.

See Also

DevExpress.Xpf.PivotGrid Namespace