Change the width of a scrollbar

2019-01-28 00:31发布

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.

2条回答
地球回转人心会变
2楼-- · 2019-01-28 01:01

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.

Fat Scroll Bar

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

查看更多
Bombasti
3楼-- · 2019-01-28 01:02

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.

查看更多
登录 后发表回答