[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Scrollbars displayed for the grid control.
Source position: grids.pas line 1265
protected property TCustomGrid.ScrollBars : TScrollStyle |
ScrollBars is a TScrollStyle property which indicates the scrollbars displayed for the grid control. The default value for the property is ssAutoBoth and causes vertical and horizontal scrollbars to be displayed when needed.
See TScrollStyle for more information about values in the enumeration and their meanings.
|
Indicates the visibility for scrollbars on a control. |