I\'m trying to make my first app, and I\'m having a little trouble with the grids. I\'m trying to make the left side of the screen a map, and the right side 2 boxes/grids. I\'m
You can't make an element "take up" multiple grids but you can make it span multiple cells by setting Grid.RowSpan or Grid.ColumnSpan as appropriate.
Grid.RowSpan
Grid.ColumnSpan
e.g.