BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.gridControl1[0,3].Text = "Some long Header text";
this.gridControl1.RowHeights[0] = 35;
If you cannot get it to work, can you provide more information on what you are doing (type of grid, maybe a bitmap of teh screen where you want the mutiline header, ???)?
>this.gridControl1[0,3].Text = "Some long Header text";
>this.gridControl1.RowHeights[0] = 35;
>
>
>If you cannot get it to work, can you provide more information on what you are doing (type of grid, maybe a bitmap of teh screen where you want the mutiline header, ???)?
>
grid.Model.RowHeights.ResizeToFit(GridRangeInfo.Cell(rowIndex, colIndex));
If youare trying to size a header, you should use the overload that lets you set GridResizeToFitOptions.IncludeHeader.