TcxPivotGridOptionsView.ScrollBars Property
In This Article
Specifies which scrollbars will be shown in the pivot grid.
#Declaration
Delphi
property ScrollBars: TcxScrollStyle read; write; default ssBoth;
#Property Value
Type | Default |
---|---|
Tcx |
ss |
#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