Xamarin.Forms.Cell.Height Property
Gets or sets the height of the Cell.

Syntax

public double Height { get; set; }

Value

A double that represents the height of the cell.

Remarks

The Cell.Height property is ignored if the app developer sets the ListView.HasUnevenRows or TableView.HasUnevenRows property on the surrounding Xamarin.Forms.View to false. In that case, the ListView.RowHeight or TableView.RowHeight property is used instead.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0