I have a form that has a number of controls on it (enough that the scroll bar is visible). How can I programmatically control the scroll window?
I can fake it now by calling the .Select()
method on the last control in the Form, but I'd really like to be able to scroll all the way to the bottom of the window.