AutoScrollMinHeight Property (AForm)

Version 5

 

Returns or sets the height of the container client area in auto scroll mode.

Syntax

[ 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

Comments

 

Example

The following statement sets the min. height of the client area of a form in auto scroll mode:

 frm.AutoScrollMinHeight=fHeight

Applies to

AForm

See Also

AutoScroll, AutoScrollMinWidth