Change the width of a scrollbar

删除回忆录丶 提交于 2019-12-18 08:09:33

问题


Is it possible to change the width of a scroll bar on a form. This app is for a touch screen and it is a bit too narrow.


回答1:


The width of the scrollbars is controlled by Windows. You can adjust the scrollbar width in Display Properties and it will affect all windows on the terminal.




回答2:


This is a Windows Forms application? I was able to make a very fat and thick scrollbar by adjusting the "Width" property of my scroll bar control.

Is your scroll bar something you have programmatic access to (i.e. it is a control you added to the form)?



来源:https://stackoverflow.com/questions/7224/change-the-width-of-a-scrollbar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!