simple question again - How to make the text in the textbox with scrollbar scroll to the bottom itse

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

My program adds lot of debug information to a textbox with vertical scholl.
But I don't know how to let it always display the text of the bottom line.
Thanks.
 
Use the AppendText() method. That moves the scrollbar for you. It's
annoying when you try to scroll up though.

Derek
 
Thank you very much, Derek.

Derek Griffiths said:
Use the AppendText() method. That moves the scrollbar for you. It's
annoying when you try to scroll up though.

Derek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top