Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Xamarin.Forms.IElementConfiguration<Xamarin.Forms.TableView> Xamarin.Forms.ITableViewController Xamarin.Forms.ContentProperty("Root") Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._TableViewRenderer)) A that holds rows of elements. A has a as its property. The is a type of . The following example shows a basic table with two sections. XAML for Xamarin.Forms supports the following properties for the class: Property Value HasUnevenRows true or false, to indicate whether rows in the table view will specify their own height. Intent Data, Form, Menu, or Settings. RowHeight Horizontal or Vertical, to indicate the scroll direction. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance. To be added. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 To be added. Initializes a new instance. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets or sets a value that indicates whether the rows that are contained in this can have uneven rows. To be added. When the property is , application developers can set the properties to control the height of items in the table. When the property is , the property is ignored. When the property is , app developers can set the property to set the height of all Cells, and their individual properties are ignored. Developers must specify row heights on the iOS platform, even when is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the HasUnevenRows property. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TableIntent Gets or sets the intent of the table. To be added. To be added. Method 2.0.0.0 Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.TableView> Xamarin.Forms.IConfigPlatform To be added. Returns the platform-specific instance of this , on which a platform-specific method may be called. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void Method that is called when the binding context changes. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void Method that is called when the model changes. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Use OnMeasure") Xamarin.Forms.SizeRequest To be added. To be added. Method that is called when a size request is made. To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TableRoot Gets or sets the root of the table. To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Int32 An integer that describes the height of the items in the list. This is ignored if HasUnevenRows is true. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the row height property. To be added. Property 2.0.0.0 Xamarin.Forms.ITableModel Internal. To be added. To be added.