[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.CanSetRowHeight

CanSetRowHeight Method

CanSetRowHeight(bool, int)

Determines whether the height of the row can be set.

Declaration
protected virtual bool CanSetRowHeight(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
bool