Learning WPF: Layouts
The Grid layout Using grids allows you to section off the window into separate parts, this is done through rows and columns. The syntax used for this is shown below, it is written in a similar syntax to HTML - you simply add a Grid element to the XAM...


