[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.SetRowHeight

SetRowHeight Method

SetRowHeight(int, double)

Sets the height of the row.

Declaration
protected override sealed void SetRowHeight(int row, double height)
Protected NotOverridable Overrides Sub SetRowHeight(row As Integer, height As Double)
Parameters
Type Name Description
int row

The index of the row.

double height

The height of the row.

Overrides

SetRowHeight(GridRowColType, int, double)

Sets the height of the row.

Declaration
protected virtual void SetRowHeight(GridRowColType rowType, int row, double height)
Protected Overridable Sub SetRowHeight(rowType As GridRowColType, row As Integer, height As Double)
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

double height

The height of the row.