Switching between WPF XAML views using MVVM DataTriggers

Related post: https://www.technical-recipes.com/2016/switching-between-wpf-xaml-views-using-mvvm-datatemplate/ This post addresses the problem of being able to switch between different views based on the property of a ViewModel class. To get started in Visual Studio, create a new WPF Application: So that when we build and run the application we have a blank window like this: To demonstrate how WPF …

Continue reading ‘Switching between WPF XAML views using MVVM DataTriggers’ »