[]
        
(Showing Draft Content)

C1.Android.Grid.FlexGrid.AutoSizeColumns

AutoSizeColumns Method

AutoSizeColumns(int, int, bool)

Resizes a column range to fit their visible content.

Declaration
public void AutoSizeColumns(int startCol, int endCol, bool header = false)
Parameters
Type Name Description
int startCol

Index of the first column to resize.

int endCol

Index of the last column to resize.

bool header

Whether the column indexes refers to regular or header row columns.