[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GridPanel.AutoSizeRow

AutoSizeRow Method

AutoSizeRow(int, double, bool)

Resizes a row to fit its visible contents.

Declaration
public double AutoSizeRow(int row, double extra, bool allCells)
Parameters
Type Name Description
int row

Index of the row to resize.

double extra

Extra height to add to the row in pixels.

bool allCells

Whether to measure all cells or only the visible ones.

Returns
Type Description
double

The new row height in pixels.