Tabbed page navigation with separated navigation buttons
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I want to implement a sort of tabbed navigation in WPF, that is, a
TabControl
with severalTabItem
s containingFrame
s that hostPage
s. Now the problem is that eachFrame
has its own navigation toolbar, while I want to have one single navbar placed entirely out of theTabControl
. Also the navbar must be able to pilot theFrame
that is in focus. Any suggestion on how to do this? I googled a lot but could not find how. Thank you.