开发者

place cursor at end of text in memo field (.net app)

开发者 https://www.devze.com 2023-01-10 01:16 出处:网络
is there a way when a page opens, to place the cursor at the end of a large memo field so users can automatically start entering text at the end of the field, rather than have them scroll down first?

is there a way when a page opens, to place the cursor at the end of a large memo field so users can automatically start entering text at the end of the field, rather than have them scroll down first?

thanks

开发者_StackOverflow中文版DD


go it tbPositionCursor.Select(tbPositionCursor.Text.Length, 0);

0

精彩评论

暂无评论...
验证码 换一张
取 消