Grid
- Grids are used to arrange controls in a grid-like manner.
- The Grid cell that each child control is contained in is set on that child’s properties in the “Grid” section using Grid.Row and Grid.Column. These are zero indexed values.
- Details
- Grids can have an unlimited number of rows and columns, with each cell acting as it’s own container to hold other elements.
- Elements can span multiple rows and/or columns.