PivotGridControl.ScrollingMode Property
In This Article
Gets or sets the scrolling mode. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public ScrollingMode ScrollingMode { get; set; }
#Property Value
Type | Description |
---|---|
Scrolling |
The Scrolling |
Available values:
Name | Description |
---|---|
Line | A row by row scrolling mode. |
Pixel | A per-pixel scrolling mode. |
See Also