Share via


UniformGrid Class

Definition

The UniformGrid is just like the Grid, with the possibility of multiple rows and columns, but with one important difference: All rows and columns will have the same size. Use this when you need the Grid behavior without the need to specify different sizes for the rows and columns.

public class UniformGrid : Xamarin.Forms.Layout<Xamarin.Forms.View>
Inheritance
UniformGrid

Constructors

UniformGrid()

Methods

LayoutChildren(Double, Double, Double, Double)
OnMeasure(Double, Double)

Applies to