I have a tabbed page that is loaded after another page and the tabs can be different based upon context from the previous page. I am trying to follow MVVM and the only thing that is in the code behind is the assignment of the viewmodel through the constructor(resolved through a container). Is there a way to get the pages from the ViewModel in the TabbedPage XAML?
↧