tags:

views:

25

answers:

1

Im just starting out with wpf (in blend 4) and i would like to create an application that has a side menu for changing the content. What i am looking for is something like in word 2010 under the file menu. if you click the menu on the left side the content on the right side changes accordingly. i have read articles about nesting a page.xaml into a frame and change the frames navigation source to each page. Is this right? When i do that a navigation bar appears at the top. I can get rid of that easy but it seems like i am taking the wrong path at what i want to achieve.

Thanks in advance.

A: 

do you mean a ribbon?

lukas
That was a bad example. Its not the ribbon i want its the same way selecting say new and the area to the right shows a page were you can see options. Like if you hit print it the changes that area to show print options
Bbbh
Its like the tab control. where each tab has its on panel and only 1 panel can be shown at one time. But i need it to be controlled buttons instead of tabs
Bbbh
Bbbh