AutoScroll Property (AForm) |
Version 5 |
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 |
AForm |
AForm object |
|
bAutoControl |
Bool |
True for automatic scroll bars |
The following statement sets the auto scroll bar property on:
frm.AutoScroll=True
AutoScrollMinHeight, AutoScrollMinWidth