TerminalControl.Scroll Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9119)
Scroll(Int32)
Scrolls the terminal screen for specified number of rows up or down. Positive numbers scroll up (to display history), negative numbers scroll down (to display current screen).
Declaration
public void Scroll(int rows)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rows | Number of rows to scroll. |