[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactory.GetRowInfo

GetRowInfo Method

GetRowInfo(bool, int)

Gets the dimensions for the specified row.

Declaration
protected override GridCellFactoryBase.RowInfo GetRowInfo(bool isHeader, int row)
Parameters
Type Name Description
bool isHeader

True if the row belongs to the headers area.

int row

The index of the row.

Returns
Type Description
GridCellFactoryBase.RowInfo
Overrides