AlteredImage
Newcomer
- Joined
- May 16, 2005
- Messages
- 2
Stopping a multi-line textbox from scrolling back to the top after refresh???
I've got a problem that's really racking my brains here. Hoping someone can help me out. Ok, I've got a Multi-line textbox. I'm using a background thread to continously add new text to it (textbox.text = textbox.text + newtext). Everytime the new text gets added the textbox refreshes, causing the textbox to scroll back to the top. I don't want the textbox to scroll back to the top. I need it to stay whereever the user scrolls the text to.
Any ideas on this one at all? I've googled it to death and haven't come up with much at all.
I've got a problem that's really racking my brains here. Hoping someone can help me out. Ok, I've got a Multi-line textbox. I'm using a background thread to continously add new text to it (textbox.text = textbox.text + newtext). Everytime the new text gets added the textbox refreshes, causing the textbox to scroll back to the top. I don't want the textbox to scroll back to the top. I need it to stay whereever the user scrolls the text to.
Any ideas on this one at all? I've googled it to death and haven't come up with much at all.
Last edited: