The properties of Xamarin.Forms.Grid are listed below. For a list of all members, see the Grid Members list.
See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>
| [read-only] | Children | Grid.IGridList<View>. Gets the collection of child elements of the Grid. |
| ColumnDefinitions | ColumnDefinitionCollection. Provides the interface for the bound property that gets or sets the ordered collection of Xamarin.Forms.ColumnDefinition objects that control the layout of columns in the Xamarin.Forms.Grid. | |
| ColumnSpacing | double. Provides the interface for the bound property that gets or sets the distance between columns in the Grid. | |
| RowDefinitions | RowDefinitionCollection. Provides the interface for the bound property that gets or sets the collection of RowDefinition objects that control the heights of each row. | |
| RowSpacing | double. Gets or sets the amount of space left between rows in the Grid. This is a bindable property. |