|
I know this is a long time from your original post, but I discovered switching to the tab is accomplished by changing focus to an item in that view.
So after region.activate I've been adding something like:
view.FocusFirstItem();
That code sets the appropriate focus. This is filtering though my view model but it works pretty well.
|