Indicates if the form can automatically show or hide scroll bars.
Source position: forms.pp line 895
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 valule 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 and resize behavior of the form. |
|
|
Indicates if the form can automatically show or hide scroll bars. |