TcxPivotGridOptionsView.ScrollBars Property
Specifies which scrollbars will be shown in the pivot grid.
Declaration
property ScrollBars: TcxScrollStyle read; write; default ssBoth;
Property Value
Type | Default |
---|---|
TcxScrollStyle | ssBoth |
Remarks
Use the ScrollBars property to specify the scrollbar visibility in the pivot grid.
The default value of the ScrollBars property is ssBoth.
See Also