[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.SetColumnWidth

SetColumnWidth Method

SetColumnWidth(bool, int, double)

Sets the width of the specified column.

Declaration
protected virtual void SetColumnWidth(bool isHeader, int column, double width)
Parameters
Type Name Description
bool isHeader

True if the column belongs to the headers area.

int column

The index of the column.

double width

The width of the column.