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