How to make that rows height can not be adjusted in GridControl UI

Hi

I hope that the User can not to adjust the rows height in UI.
Could you tell me which property to control it?

Thanks and regards,
Leo

1 Reply

KV Karthik Vishnu R Syncfusion Team April 6, 2010 12:53 PM UTC

Hi Leo,

There's no separate property for this in GridControl. But you can remove the MouseController which is used for ResizingRows. Following is the code snippet to achieve this requirement:

this.grid.MouseControllerDispatcher.Remove(this.grid.MouseControllerDispatcher.Find("ResizeRowsMouseController"));

Let us know if you need further details.

Regards,
Karthik

Loader.
Up arrow icon