Changing the height of column headers and width of row headers in a FlexGrid

Posted by: tse on 19 March 2018, 7:28 am EST

  • Posted 19 March 2018, 7:28 am EST

    Is it possible to explicitly set the height of the column header row and the width of the row header column? I’ve tried adding custom headers with fixed sizes via a CellFactory, but the column header height and row header width seem to be managed by the grid.

  • Posted 19 March 2018, 11:18 pm EST

    Please use the following code to set the height of the column header row and the width of the row header column:

    grid.ColumnHeaders.Rows[0].Height = 80;
    grid.RowHeaders.Columns[0].Width = 80;
    
Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels