AutoScrollMinWidth Property (AForm) |
Version 5 |
Returns or sets the width of the container client area in auto scroll mode.
[ fMinWidth = ] Object.AutoScrollMinWidth
The AutoScrollMinWdith property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AForm |
A form object |
|
fMinWidth |
Float |
the width of the client area |
The following statement sets the min. width of the client area of a form in auto scroll mode:
frm.AutoScrollMinHeight=fWidth
AutoScroll, AutoScrollMinHeight