[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.FlexGrid.AutoSizeColumn

AutoSizeColumn Method

AutoSizeColumn(int, bool)

Resizes a column to fit their visible content.

Declaration
public void AutoSizeColumn(int col, bool header = false)
Parameters
Type Name Description
int col

Index of the column to resize.

bool header

Whether the column index refers to a regular or a header row column.