codemill.vmfirstnav
codemill.vmfirstnav copied to clipboard
Navigate to non default tabpage from masterdetail list
Is it possible to make navigation from a masterdetail list, to another than the first/default tab page. In the demo the navigation is to the default first tab page, but I would like to navigate to the second tab.
To be sure I have it ... the SwitchDetailPage
would look something like SwitchDetailPage<T,Y>
where T
is the tabbed page and then Y
is the tab to be displayed?
I think you got it. Currently I'm using prism and itøs not vm-first nav, but the freedom in navigation is great. And to point to a specific tab page is so easy. I think the T,Y would work