Hopefully my app is fully MVVM compliant. I thought I could now easily exchange the XAML code of one page with another. How can I display a page in different variants depending on a global setting ? I know DataTemplateSelector for Listviews, I need exactly the same for whole pages (especially for TabbedPages). Does that exist ?
↧