开发者

How do I make the mouse wheel scrolls in richTextBox

I want the 开发者_开发技巧mouse wheel scrolls up and down within richTextBox


You can set the focus property to the TextBox, to scroll by using the mouse wheel.

TextBox.Focus();
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜