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
 
Back
Top