Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Scroll Multi-line Textbox?
Message
From
25/07/2003 10:41:34
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00813484
Message ID:
00813490
Views:
6
This message has been marked as the solution to the initial question of the thread.
Brian,

Try the following:-
textBox1.SelectionStart = textBox1.TextLength;
textBox1.ScrollToCaret();
This does not set the focus to the control and display the caret.

HTH
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform