R
Rob T
I have a multiline textbox that shows a log. When I keep adding items to
the textbox, I would like it to autoscroll to the bottom. I thought moving
the cursor to the end would do it like (ie.
boxHistory.SelectionStart=999999), which does move the cursor, but doesn't
scroll.
How would I do this? Thanks.
-Rob T.
the textbox, I would like it to autoscroll to the bottom. I thought moving
the cursor to the end would do it like (ie.
boxHistory.SelectionStart=999999), which does move the cursor, but doesn't
scroll.
How would I do this? Thanks.
-Rob T.