|
-
April 29th, 2001, 08:56 PM
#1
TextBox Focus
I have a text box with a vertical scroll bar. When the text in the box becomes long enough that you have to use the scrollbar, it automatically focuses on the top of the box, not on the bottom where the new text is. Can someone tell me how to have it focus on the bottom?
-
April 29th, 2001, 10:27 PM
#2
Re: TextBox Focus
text1.selstart = len(text1.text)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|