Xamarin.Forms.TableView Members

The members of Xamarin.Forms.TableView are listed below.

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

Initializes a new Xamarin.Forms.TableView instance.
Initializes a new Xamarin.Forms.TableView instance.

Public Fields

static readonly
HasUnevenRowsPropertyBindableProperty. Backing store for the HasUnevenRows property.
static readonly
RowHeightPropertyBindableProperty. Backing store for the row height property.

Public Properties

HasUnevenRowsbool. Gets or sets a value that indicates whether the rows that are contained in this Xamarin.Forms.TableView can have uneven rows.
IntentTableIntent. Gets or sets the intent of the table.
RootTableRoot. Gets or sets the root of the table.
RowHeightint. Gets or sets the row height.

Protected Methods

override
OnBindingContextChanged()
Method that is called when the binding context changes.
OnModelChanged()
Method that is called when the model changes.
override
OnSizeRequest(double, double) : SizeRequest
Method that is called when a size request is made.