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