I have a TextBox control with a lot of text which has a vertical scrollbar, and every time I hide/show the control the position of the scrollbar stays the same. I’m trying to figure out how to change the position of the scrollbar to the top of the textbox, as if it were at the beginning of the text.
How would I do this?
If you are using WinForms, this is a possible solution:
If you are using WPF: