When I am calculating the width a column needs to be in a Syncfusion.Windows.Forms.Grid.GridControl, I am using the width of the GridControl / NumberOfColumns I want. The problem is that depending on the number of rows, I may or may not have a scroll bar, and if I do have a scroll bar I need to know how to get its width so that I can take it in to consideration
i.e ColWidth = (GridWidth - ScrollBarWidth) / NoOfColumns
Can anyone tell me how to get a GridControls scrollbar width please?