Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.3.5.6333-pre1" />

.NET API 638,976 bytes

 TableView

public class TableView : View
A View that holds rows of Cell elements.
public static readonly BindableProperty HasUnevenRowsProperty

Backing store for the HasUnevenRows property.

public static readonly BindableProperty RowHeightProperty

Backing store for the row height property.

public bool HasUnevenRows { get; set; }

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

public TableIntent Intent { get; set; }

Gets or sets the intent of the table.

public TableRoot Root { get; set; }

Gets or sets the root of the table.

public int RowHeight { get; set; }

Gets or sets the row height.

public TableView()

public TableView(TableRoot root)

protected virtual void OnModelChanged()

Method that is called when the model changes.