Binding ContentControl Content for dynamic content
Ok I’ve knocked up a simple example to show you how you can dynamically change the content of the ContentControl using a MVVM(Model-View-ViewModel) approach with data binding. I would recommend that you create a new project and load these files to see how it all works. We first need to implement INotifyPropertyChanged interface. This will … Read more