I have a large text box that I would like to allow the user to scroll vertically through.
I placed a vscroll control next to it, but what do I put in the change event of the vscroll control?
-Jack Vinitsky
Printable View
I have a large text box that I would like to allow the user to scroll vertically through.
I placed a vscroll control next to it, but what do I put in the change event of the vscroll control?
-Jack Vinitsky
You don't need to add a VScroll. They are already built in. To set it, change the ScrollBars property of the TextBox to 2-Vertical.
Why don't you just set the Scrollbars Property to Vertical-2?
Oh yeah.......
-Jack Vinitsky
And if all else fails, enable multiline!
You must have multiline enabled to begin with.