AD
Administrator
Syncfusion Team
January 27, 2005 09:38 AM UTC
Make sure the InsideGrid flag is set in grid.ResizeColsBehavior and the grid.ResizeRowsBehavior properties. You can do this in the designer or from code.
// add the inside flag to the current settings of ResizeColsBehavior
this.gridControl1.ResizeColsBehavior |= GridResizeCellsBehavior.InsideGrid;