AD
Administrator
Syncfusion Team
June 24, 2003 12:48 PM UTC
It is not perfect, but if you insert \r\n (ie. Environment.NewLine) to hard break your text where you want the breaks, then calling
this.gridControl1.RowHeights.ResizeToFit(...)
this.gridControl1.ColWidths.ResizeToFit(...)
back to back will size both the row height and colwidth to fit the text with the hard breaks.