Returns or sets whether scroll bars will automatically appear if controls are placed outside of the visible client area.
[ bAutoScroll =] Object.AutoScroll
The AutoScroll property syntax has the following parts:
|
Name] |
Type |
Description |
|
Object |
APanel |
APanel control |
|
bAutoScroll |
Bool |
True if Auto Scrolling is set. |
The following example will set Auto Scrolling for a panel object:
pnl.AutoScroll=True
AutoScrollMinHeight, AutoScrollMinWidth