The Grid is basically just that a grid of a set number of colums and rows. Elements in the grid must then be placed into a cell in the grid by setting the Grid.Column and Grid.Row property of the element in questions. To start using a grid you first need to create a grid node. Here is a simple example...