AD
Administrator
Syncfusion Team
April 19, 2004 10:33 PM UTC
There is a static member of GridCellModelBase, MeasureEmptyCellString, that determines what size the ResizeToFit will use for an empty cell. So if you include the RowHeaders in your resizing range (as the row headers have not text), then this member will trigger a minimum size.
GridCellModelBase.MeasureEmptyCellString = "Wg;\r\nWg;";
this.gridDataBoundGrid1.Model.RowHeights.ResizeToFit(GridRangeInfo.Table());