Howto? get the width of current usuable space

I need to be able to get the width of the grid minus the scrollbars if any

1 Reply

AD Administrator Syncfusion Team July 9, 2003 08:11 PM UTC

Control.ClientRectangle returns the client area of the grid excluding scrollbars. Control.Bounds returns the size includind scrollbars. Stefan

Loader.
Up arrow icon