Textbox scrolling

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
 
R

ray well

tribal,

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

ray

 
C

Chris Capel

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

Chris
 

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

Similar Threads


Top