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 …