Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.2.0.709249" />

.NET API 1,136,240 bytes

 TableView

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 TableModel Model { get; set; }

For internal use by the Xamarin.Forms platform.

public TableRoot Root { get; set; }

Gets or sets the root of the table.

public int RowHeight { get; set; }

An integer that describes the height of the items in the list. This is ignored if HasUnevenRows is true.

For internal use by the Xamarin.Forms platform.

public TableView()

public TableView(TableRoot root)

Returns the platform-specific instance of this TableView, on which a platform-specific method may be called.

protected virtual void OnModelChanged()

Method that is called when the model changes.