How do I know the current width of system scrollbar?

Viewed 56632

As you know, one can customize the width of the scrollbar width in Display Properties -> Appearance -> Advanced -> Item: ScrollBar. The default value is 17. However, I can't assume this is always the case, is it possible for me to retrieve this value?

4 Answers

Vertical Scroll Bar Width

System.Windows.Forms.SystemInformation.VerticalScrollBarWidth;
Related