Returns or sets whether or not newly appended text will cause the scrollbar to scroll to the end.
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. |
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. |
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.
The following statement changes the ALog window to show a scrollbar for newly appended text:
log1.AppendScroll=False