Layout Panels

1 StackPanel elements in a horizontal or vertical stack.
2 WrapPanel elements in a series of wrapped lines horizontal or vertical .
3 DockPanel elements against an entire edge of the container.
4 Grid elements in rows and columns according to an invisible table.
5 UniformGrid elements table of fixed cells more like a gridview
6 Canvas elements to be positioned absolutely using fixed coordinates.