[]
        
(Showing Draft Content)

C1.Android.Grid.FlexGrid.AutoSizeRow

AutoSizeRow Method

AutoSizeRow(int, bool)

Resizes a row to fit their visible contents.

Declaration
public void AutoSizeRow(int row, bool header = false)
Parameters
Type Name Description
int row

Index of the row to resize.

bool header

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