
We're trying to set up the NavigationBar to more closely resemble Access'07; rather than having the navigation buttons at the bottom, it's a ComboBox with the currently available panes in the drop-down. This is to be in a View-Presenter fashion. It looks like the only way to do this though would be to set a style on each of our Navigation Pane types setting the HeaderTemplate to null and the Header to a ComboBox whose ItemsSource is set when we add the pane to the Items of the Bar. Is there a way to just set the NavigationBar Header once rather than in every Pane?