开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜