PivotGridControl.ScrollingMode Property
Gets or sets the scrolling mode. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
ScrollingMode | The ScrollingMode enumeration value that specifies the scrolling mode. |
Available values:
Name | Description |
---|---|
Line | A row by row scrolling mode. |
Pixel | A per-pixel scrolling mode. |
See Also