Xamarin.Forms.TableSectionBase<T> Class
Table section that contains instances of type T that are rendered by Xamarin.Forms.

See Also: TableSectionBase<T> Members

Syntax

public abstract class TableSectionBase<T> : TableSectionBase, ICollection<T>, IEnumerable<T>, IList<T>, System.Collections.Specialized.INotifyCollectionChanged
where T : Xamarin.Forms.BindableObject

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

Sections are used to group cells in the screen and they are the only valid direct child of the Xamarin.Forms.TableRoot. Sections can contain any of the standard Xamarin.Forms.Cells, including new Xamarin.Forms.TableRoots.

Xamarin.Forms.TableRoots embedded in a section are used to navigate to a new deeper level.

You can assign a header and a footer either as strings (Header and Footer) properties, or as Views to be shown (HeaderView and FooterView). Internally this uses the same storage, so you can only show one or the other.

Subtypes of Xamarin.Forms.TableSectionBase`1 are Xamarin.Forms.TableSection and Xamarin.Forms.TableRoot, as shown in the following diagram:

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