Width/Height of V/Hscrolls

How can I get the width and height of v and hScrollbars in a Grid Control for use when dynamically resizing cols and rows? Sorry for simple, searched for a while. Thanks

1 Reply

AD Administrator Syncfusion Team January 22, 2004 04:17 PM UTC

try SystemInformation.VerticalScrollBarWidth and SystemInformation.HorizontalScrollBarHeight.

Loader.
Up arrow icon