constants ScrollEnum
The ScrollEnum expression indicates the type of scroll that control supports. Use the Scroll method to scroll the control's content by code.

NameValueDescription
exScrollUp0 Scrolls up the control by a single node.
exScrollDown1 Scrolls down the control by a single node.
exScrollVTo2 Scrolls vertically the control to a specified position.
exScrollLeft3 Scrolls the control to the left.
exScrollRight4 Scrolls the control to the right.
exScrollHTo5 Scrolls horizontaly the control to a specified position