See Also: TableSectionBase<T> Members
- T
- Documentation for this section has not yet been entered.
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:
