Tagged Questions
2
votes
1answer
3k views
WPF - Prism - Activate and Deactivate views in a ContentControl region
In my application I only need one view visible at a time which is why I am using a ContentControl in my shell. The issue is that if I have one view visible (lets say View1) and I activate View2, ...
0
votes
3answers
911 views
Why would ItemsControl show a view but ContentControl show nothing?
I've got an application based on Prism.
This is my shell:
<Window x:Class="AvarioCRM3.ShellV2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...