Gets or sets a value indicating whether Auto Scroll is on. This property is valid for Wyse, DG, and ADDS terminal emulation. When this property is True, a linefeed on the last line of the screen causes a new blank line to be created and the rest of the screen to be scrolled up one line.
bool AutoScroll {get; set;}
'Declaration
Property AutoScroll As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.AutoScroll = value
value = instance.AutoScroll