AppendScroll Property (ALog)

Returns or sets whether or not newly appended text will cause the scrollbar to scroll to the end.

Syntax

Object.AppendScroll [ = bAppendScroll ]

The AppendScroll property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bAppendScroll

Bool

A boolean expression that specifies whether newly appended text will display a scrollbar.

Where

bAppendScroll can be one of the following:

 

Value

Description

True

Displays a scrollbar for newly appended text.

False *

A scrollbar is not displayed for newly appended text.

Comments

Use this property to disable scrolling to the end, by default the log control scroll to the end when text/HTML is appended using the Append method.

Example

The following statement changes the ALog window to show a scrollbar for newly appended text:

log1.AppendScroll=False

Applies to

ALog

See Also

Scroll, Append