I want to use WPF to create my next application, but there doesn't really seem to be support for SDI type interface.

What I want, is a stack panel along the top displaying buttons that are my menu items, stack panel along the left displaying buttons that are my menu options, and the rest of the area for "content".

As the user selects a menu / menu item, I want the content area to display a different view.

Can anyone point me to an article or examply that may help me achieve this??

Mike B