Programmically scroll a textbox's scroll bar from a Vscrollbar or custom one
- by Tom
I made a custom scrollbar that sits beside a normal textbox.
I would like to scroll the text box like you would any other one with my control. How can this be done?
Thanks.