Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatic Textbox Scrolling

Status
Not open for further replies.

WoundEdGoat

Programmer
May 10, 2002
39
CA
How do I get a textbox to scroll down automatically when text is added to it through code (not by keyboard)?
 
maybe u can try to make the textbox property to multiline?
 
It already is multiline, but when the textbox fills up, the scroll bar stays at the top. I want it to stay with the text as its being added.
 
try setting the .SelStart property of the text box to the length of the .Text property
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top