We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ResizeToFit() suggestion

It would be nice to have a MinHeight in the g.Model.RowHeights.ResizeToFit() since sometimes the row height can be bigger to make it look less cluttered TIA, Peter

1 Reply

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;\rWg;"; this.gridDataBoundGrid1.Model.RowHeights.ResizeToFit(GridRangeInfo.Table());

Loader.
Live Chat Icon For mobile
Up arrow icon