[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The appearance of scroll bars on a control.
Source position: stdctrls.pp line 43
type TScrollStyle = ( |
||
ssNone, |
|
No scrollbars. |
ssHorizontal, |
|
A horizontal scrollbar is shown. |
ssVertical, |
|
A vertical scrollbar is shown. |
ssBoth, |
|
Both horizontal and vertical scrollbars are shown. |
ssAutoHorizontal, |
|
A horizontal scrollbar is shown when needed. |
ssAutoVertical, |
|
A vertical scrollbar is shown when needed. |
ssAutoBoth |
|
Both scrollbars are shown as needed. |
); |
lazarus-ccr.sourceforge.net |