AutoScroll Property (APanel)

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

APanel

APanel control

bAutoScroll

Bool

True if Auto Scrolling is set.

Example

The following example will set Auto Scrolling for a panel object:

pnl.AutoScroll=True

Applies to

APanel

See Also

AutoScrollMinHeight, AutoScrollMinWidth