Textbox scrolling

  • Thread starter Thread starter ray well
  • Start date Start date
R

ray well

i have a text box with limited space that gets loaded from database records.
the important info is at the bottom of the text, which requires scrolling to
get to it, which is a pain.

is there a way by software to make a textbox scroll to a certain area of the
itself, if so how?



thanks for any help, ray

please respond to the list
 
tribal,

i'm looking for a way to do it without needing to have a caret at a specific
location.

ray

 
Setting the SelectionStart property of the control will move the caret to
the desired position. Then call the ScrollToCaretMethod.

Chris
 
Back
Top