[]
        
(Showing Draft Content)

C1.Maui.Grid.FlexGrid.AutoSizeColumn

AutoSizeColumn Method

AutoSizeColumn(int, GridRowColType)

Resizes a column to fit their visible content.

Declaration
public void AutoSizeColumn(int col, GridRowColType columnType = GridRowColType.Cell)
Parameters
Type Name Description
int col

Index of the column to resize.

GridRowColType columnType

The type of column (Footer not supported).