Xamarin.Forms.Grid: Property Members

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>

Public Properties

[read-only]
ChildrenGrid.IGridList<View>. Gets the collection of child elements of the Grid.
ColumnDefinitionsColumnDefinitionCollection. 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.
ColumnSpacingdouble. Provides the interface for the bound property that gets or sets the distance between columns in the Grid.
RowDefinitionsRowDefinitionCollection. Provides the interface for the bound property that gets or sets the collection of RowDefinition objects that control the heights of each row.
RowSpacingdouble. Gets or sets the amount of space left between rows in the Grid. This is a bindable property.