Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scrolls the Grid control to simulate a user clicking the scroll bars.
Grid.DoScroll(nDirection)
Parameters
- nDirection
The settings for nDirection are:Scroll command Scroll action 0 Scroll up 1 Scroll down 2 Scroll page up 3 Scroll page down 4 Scroll left 5 Scroll right 6 Scroll page left 7 Scroll page right
Remarks
The Scrolled event is triggered after the DoScroll method.
See Also
Applies To: Grid