I have a log that is multiline textbox that keeps updating using AppendText. I want to make an effect that when new data arrives it smoothly scrools in from the bottom instead of simply appearing. How can I do this flicker free? one idea I had is to make textbox height higher and then change the y coordinate of the textbox, but seems like an bad idea. Any suggestions? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Try this after updating the textbox
|
|||
|
