When creating a Navigation Application in WPF, How can I create a custom style and layout for the window? Is this possible? Say for instance, adding a panel along the side of the window with links to all the pages in the application. When I try add controls/content to the NavigationWindow, I get the following message:
"The type 'NavigationWindow' does not support direct content."
Thanks