[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.SetRowHeight

SetRowHeight Method

SetRowHeight(bool, int, double)

Sets the height of the row.

Declaration
protected virtual void SetRowHeight(bool isHeader, int row, double height)
Parameters
Type Name Description
bool isHeader

True if the row belongs to the headers area.

int row

The index of the row.

double height

The height of the row.