Indicates if the form can automatically show or hide its scroll bars.
Source position: forms.pp line 975
public property TCustomDockForm.AutoScroll : Boolean |
AutoScroll is a Boolean property which indicates if the form can automatically show or hide its scroll bars. The default value for the property is False in TCustomDockForm.
AutoScroll can only be True when the BorderStyle for the form is bsSizeable or bsSizeToolWin, and may be changed to False at run-time when BorderStyle is changed to another value.
|
The border style affects the title bar, border, icons, and resize behavior of the form. |
|
|
Indicates if the form can automatically show or hide scroll bars. |
CT Web help |
CodeTyphon Studio |