AutoScrollMinHeight Property (APanel)

Returns or sets the minimum height for the auto scroll region.

Syntax

[ fMinHeigth = ] Object.AutoScrollMinHeight

The AutoScrollMinHeight property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

fMinHeight

Float

the minimum height for the auto scroll region

Example

The following example will set the minimum height for the auto scroll region for a panel control:

pnl.fMinHeight=fHeight

Applies to

APanel

See Also

AutoScrollMinWidth, AutoScroll