Xamarin.Forms.TableView.HasUnevenRows Property
Gets or sets a value that indicates whether the rows that are contained in this Xamarin.Forms.TableView can have uneven rows.

Syntax

public bool HasUnevenRows { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

When the TableView.HasUnevenRows property is true, application developers can set the Cell.Height properties to control the height of Xamarin.Forms.Cell items in the table. When the TableView.HasUnevenRows property is true, the TableView.RowHeight property is ignored. When the TableView.HasUnevenRows property is false, app developers can set the TableView.RowHeight property to set the height of all Cells, and their individual Cell.Height properties are ignored.

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