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 line.
exScrollDown1 Scrolls down the control by a single line.
exScrollVTo2 Scrolls vertically the control to a specified position.
exScrollLeft3 Scrolls the control to the left by a single pixel, or by a single column if the ContinueColumnScroll property is True.
exScrollRight4 Scrolls the control to the right by a single pixel, or by a single column if the ContinueColumnScroll property is True.
exScrollHTo5 Scrolls horizontaly the control to a specified position.