如何扩大richtextbox的滚动条的大小 [英] How do I enlarge the size of richtextbox's scrollbars

查看:227
本文介绍了如何扩大richtextbox的滚动条的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何扩大richtextbox的Scrollbars的大小



我尝试更改此代码..

  //   rtbBypassInfo  

.rtbBypassInfo.Location = new System.Drawing.Point( 11 78 );
this .rtbBypassInfo.Name = rtbBypassInfo ;
this .rtbBypassInfo.Size = new System.Drawing.Size( 705 470 );
this .rtbBypassInfo.TabIndex = 20 ;
this .rtbBypassInfo.Text = ;
点 - > this .rtbBypassInfo.Scrollbars.Size = new ......





我想扩大RichTextbox中Scrollbar的宽度....



请帮忙! thx !!!



我尝试了什么:



什么都没有。 ...ㅠ_ㅠ有人帮我...

解决方案

我不认为这在C#中是可行的,所以你需要做一些互操作,看看示例: c# - Winforms - 调整CheckedListBox上垂直滚动条的宽度 - Stack溢出 [ ^ ]

How do I enlarge the size of richtextbox's Scrollbars

I tried changed this code..

            // rtbBypassInfo
           
               this.rtbBypassInfo.Location = new System.Drawing.Point(11, 78);
               this.rtbBypassInfo.Name = "rtbBypassInfo";
               this.rtbBypassInfo.Size = new System.Drawing.Size(705, 470);
               this.rtbBypassInfo.TabIndex = 20;
               this.rtbBypassInfo.Text = "";
this point ->  this.rtbBypassInfo.Scrollbars.Size = new ......



I wanna enlarge the width of Scrollbar in RichTextbox....

please help! thx!!!

What I have tried:

nothing.... ㅠ_ㅠ somebody help me...

解决方案

I don't think this is possible in C#, so you would need to do some interop, see example here: c# - Winforms - Adjust width of vertical scrollbar on CheckedListBox - Stack Overflow[^]


这篇关于如何扩大richtextbox的滚动条的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆