AutoScroll Method Example

This example scrolls backward through the active window pane slowly.

ActiveDocument.ActiveWindow.ActivePane.AutoScroll _
    Velocity:=-20

This example scrolls forward through the active window pane at full speed.

ActiveDocument.ActiveWindow.ActivePane.AutoScroll _
    Velocity:=100