AutoScrollMinWidth Property (APanel)

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

Syntax

[ fMinWidth = ] Object.AutoScrollMinWidth

The AutoScrollMinWidth property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

fMinWidth

Float

the minimum width for the auto scroll region

Example

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

pnl.fMinWidth=fWidth

Applies to

APanel

See Also

AutoScrollMinHeight, AutoScroll