AD
Administrator
Syncfusion Team
June 27, 2003 06:31 AM UTC
In a GridControl, you set the row height with code like
this.gridControl1.RowHeights[1] = 30; // height of row 1
For a GriddataBoundGrid, you would use the gridDataBoundGrid1.Model.RowHeights.
You can also call RowHeights.ResizeToFit passing in a range to allow the grid to autosize the heights of the cells in the range.