AutoScrollMinWidth Property (AForm)

Version 5

 

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

Syntax

[ 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

Comments

 

Example

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

 frm.AutoScrollMinHeight=fWidth

Applies to

AForm

See Also

AutoScroll, AutoScrollMinHeight