AD
Administrator
Syncfusion Team
December 5, 2005 12:38 AM UTC
There is no property to check if a cell has wrapped text. You would have to use Graphics.MeasureString and compare the width to the column width to decide if the text needed to be wrapped.
The autosize, you can use these methods.
grid.Model.ColWidths.ResizeToFit
grid.Model.RowHeights.ResizeToFit