我正在为触摸屏开发程序。我正在使用C#和Visual Studio2008。是否可以更改滚动条的宽度?我知道我可以在Windows的显示属性中进行更改。但是我只希望在我的程序中没有完整的系统。感谢您的帮助!
最佳答案
看一下这个:
Winforms - Adjust width of vertical scrollbar on CheckedListBox
也值得一提:
.NET Compact framework - make scrollbars wider
更多的相同,但是这次通过使用滚动条控件有了更好的解决方案:
Change the width of a scrollbar
这个家伙教给另一个人的方法是如何创建自己的滚动条控件(有趣):
Set the Scrollbar width of a DataGridView
最后一个(值得尝试):
Is there a way to get the scrollbar height and width for a ListView control
关于c# - 更改滚动条的宽度,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4593915/