AutoScroll Property (AForm)

Version 5

 

Returns or sets whether scroll bars will automatically appear if controls are placed outside of the visible client area.

Syntax

[ bAutoScroll = ] Object.AutoScroll

The AutoScroll property syntax has the following parts:

 

Name

Type

Description

Object

AForm

AForm object

bAutoControl

Bool

True for automatic scroll bars

Comments

 

Example

The following statement sets the auto scroll bar property on:

frm.AutoScroll=True

Applies to

AForm

See Also

AutoScrollMinHeight, AutoScrollMinWidth