I am creating an application using the DockPanel
for my layout. In the 'Left' DockPanel
I have setup a few links (Labels) that I would like to use to open different UserControls
when a link is clicked. I want the UserControls
to always open in the 'Right' DockPanel when the appropriate link is clicked.
What mechanism in WPF (using MVVM) would I use to accomplish this? Are there any examples that I can view?