windowsforms-devexpress-dot-xtrapivotgrid-7655fe3d.md
Contains values that specify how the PivotGrid control is scrolled horizontally.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public enum PivotGridScrolling
Public Enum PivotGridScrolling
| Name | Description |
|---|---|
CellsArea |
Specifies that cells within the Data Area are scrolled when the control is scrolled horizontally. The filter fields and column fields are not moved.
|
| Control |
Specifies that the filter fields and column fields are scrolled when the control is scrolled horizontally.
|
The following properties accept/return PivotGridScrolling values:
Use the PivotGridOptionsBehavior.HorizontalScrolling property of the PivotGridScrolling type to specify how the PivotGrid control should be scrolled horizontally.
See Also