I have a multi-lined textbox. New strings are constantly added into it throughout the execution of the program.

How do I make the textbox automatically scroll-down to the bottom whenever a new string is appended to it? (just like the text-box in a chatting program)..


I hope you guys understand what I mean.

Please help me.