Back to Devexpress

PivotGridControl.ScrollingMode Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-9e55fadc.md

latest1.3 KB
Original Source

PivotGridControl.ScrollingMode Property

Gets or sets the scrolling mode. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
ScrollingMode

The ScrollingMode enumeration value that specifies the scrolling mode.

|

Available values:

NameDescription
Line

A row by row scrolling mode.

| | Pixel |

A per-pixel scrolling mode.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace