I don't know if this is possible or not: i have a Navigation Region that is populated with View_A (via ViewExport) @ program Start up from which i can select an item so its details will be displayed in main region. But now i want to put TabControl in the Navigation region with many TabItems each tab will caontain diffrent View: View_A, View_B, .... so i can use multiple control panels. So can i programmatically assign View_A to Tab_A and View_B to Tab_B ... so i can switch navigation panels. Thanks in advance
Note: each view has its view model imported in the code behind