HA
haneefm
Syncfusion Team
April 16, 2007 07:33 PM UTC
Hi Ali,
You can add the InsideGrid flag to the ResizeColsBehavior property. This allows you to resize the cols from any inside the grid, instead of only on the headers. Here is a code snippet
this.gridControl1.ResizeColsBehavior = GridResizeCellsBehavior.ResizeSingle | GridResizeCellsBehavior.InsideGrid ;
Best regards,
Haneef