AD
Administrator
Syncfusion Team
June 16, 2004 05:53 PM UTC
If you just want the width, you can use SystemInformation.VerticalScrollbarWidth.
If you want to try to set the width to something other than the system default, then you can use the technique in this sample. Grid\Samples\Quick Start\ScrollBars. It hides teh default scrollbars, and lets you use standard Windows Forms ScrollBars to manage the scrolling in a grid.