[]
        
(Showing Draft Content)

C1.Android.Grid.FlexGrid.AutoSizeRows

AutoSizeRows Method

AutoSizeRows(int, int, bool)

Resizes a row range to fit their visible contents.

Declaration
public void AutoSizeRows(int startRow, int endRow, bool header = false)
Parameters
Type Name Description
int startRow

Index of the first row to resize.

int endRow

Index of the last row to resize.

bool header

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