Question

I've searched online and was unable to find a specific answer to this question so I thought I'd asked. Sorry if I've missed the answer else where.

I work in an application that uses mvvm / prism framework and I'm wondering it it is possible to navigate to a view and then open a specific composite region within it allowing me to reach an end state that would normally taking clicking through a tab control.

Is this possible to do but only when I press a specific button rather than it be the default view navigation.

If so would I do with on initial navigation, or pass a parameter to the new view that says then navigate to the composite views.

Any help would be appreciated.

Was it helpful?

Solution

No. Regions are not controls. You can define a region in a control, say content control, and define what view will be associated with the region. Whenever the control become visible in the visual tree, the regions(the associated view) in the control will be visible.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top