[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether an automatic scroll bar of the given type is used on the grid control.
Source position: grids.pas line 1181
protected function TCustomGrid.ScrollBarAutomatic( |
Which: TScrollStyle |
):Boolean; virtual; |
Which |
|
Scrollbar type (ssHorizontal or ssVertical) checked in the method. |
True if an automatic scroll bar is used for the specified type.
Translates the value in Which to the automatic equivalent (ssAutoVertical, ssAutoHorizontal, ssAutoBoth), and checks the ScrollBars property for the value(s).
|
Scrollbars displayed for the grid control. |
|
|
Indicates the visibility for scrollbars on a control. |
Version 4.0 | Generated 2025-05-03 | Home |