开发者

c# winforms how to disable the scrollbar of richtextbox

开发者 https://www.devze.com 2023-01-23 08:54 出处:网络
i have a customized scrollbar, however i have tried my best to m开发者_高级运维ake the original one from windows invisible by using the customized one covering on it, it can not be done.

i have a customized scrollbar, however i have tried my best to m开发者_高级运维ake the original one from windows invisible by using the customized one covering on it, it can not be done.

any one have idea of how remove the original scrollbar ?


this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
0

精彩评论

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