Resize to Fit Demo

This sample illustrates optimal fitting of columns and rows based on the content of cells.



ResizeTo Fit Demo screenshot

Features:

            this.gridControl1.ColWidths.ResizeToFit(GridRangeInfo.Cols(1,5));  
            this.gridControl1.RowHeights.ResizeToFit(GridRangeInfo.Rows(1,5));