Getting a text box to scroll when it doesn't have focus

  • Thread starter Thread starter Bill McBride
  • Start date Start date
B

Bill McBride

Hi all,

I'm looking to put data into a RichTextBox and have the latest data been
seen (the user doesn't want to have to use the scrollbar or to have focus on
the window to see the data). This happens as long as the Window with the box
has focus but as soon as another window has focus the scrolling stops. Does
anyone have any idea how to do this?

Thanks,

Bill

Line 1
Line 2
..
..
..
Line n <--- I always want this line (the latest line) to be visible.
 
Back
Top