Study/C#, Winform
[C# Winform] 스크롤바 크기 (넓이)
스크롤바 크기를 구하는 법은 다음과 같다. // 세로 스크롤바의 가로 넓이 int nVerticalWidth = System.Windows.Forms.SystemInformation.VerticalScrollBarWidth; // 가로 스크롤바의 세로 넓이 int nHorizontalWidth = System.Windows.Forms.SystemInformation.HorizontalScrollBarHeight;