Layouts with Panels
This project can be found in /Layouts. In this example, the following concepts are applied:
- StackPanel
- DockPanel
- Grid
- Handling content flow
This is a screenshot of the application. It contains a top menu, a Grid for the main content, and 2 buttons on the side.

The two side buttons, have a transformation applied to them (90degree rotation), and when hovered over, their respective content is shown.

When hovering over a button, the user can "Pin" this window onto the main panel, either one or both at the time, and unpin them whenever he wishes to.
