[]
        
(Showing Draft Content)

C1.Maui.Grid.FlexGrid.AutoSizeRows

AutoSizeRows Method

AutoSizeRows(int, int, GridRowColType)

Resizes a row range to fit their visible contents.

Declaration
public void AutoSizeRows(int startRow, int endRow, GridRowColType rowType = GridRowColType.Cell)
Parameters
Type Name Description
int startRow

Index of the first row to resize.

int endRow

Index of the last row to resize.

GridRowColType rowType

The type of row.