MVVM/WPF: DataTemplate is not changed in Wizard
- by msfanboy
Hello,
I wonder why my contentcontrol(headeredcontentcontrol) does not change the datatemplates when I press the previous/next button. While debugging everything seems ok means I jump forth and back the collection of wizardpages but always the first page is shown and its header text not the usercontrol is visible.
What do I have forgotten?
using…