Use binding to change usercontrol in a grid
问题 I'm creating a WPF application, which has a main screen in which other screens are loaded. The main screen can be seen as a header/footer template where the central part is replaced depending on what I need to show at that moment. (It's a 3 row grid where the usercontrol should be put in row 1). This has a viewmodel that is changing header/footer status. I have implemented those changing parts (row 1) as usercontrols. Now I am wondering if there is any way to use binding (to something..) so