Skip to main content

PivotGridControl.ScrollingMode Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public ScrollingMode ScrollingMode { get; set; }

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