

| Name | Value | Description | |||
| exScrollUp | 0 | Scrolls up the control by a single line. | |||
| exScrollDown | 1 | Scrolls down the control by a single line. | |||
| exScrollVTo | 2 | Scrolls vertically the control to a specified position. | |||
| exScrollLeft | 3 | Scrolls the control to the left by a single pixel, or by a single column if the ContinueColumnScroll property is True. | |||
| exScrollRight | 4 | Scrolls the control to the right by a single pixel, or by a single column if the ContinueColumnScroll property is True. | |||
| exScrollHTo | 5 | Scrolls horizontaly the control to a specified position. |