I apologize for the poor title, I don’t know how else to explain it.
I have an interface like this (sorry can’t post an image directly as I’m new).
And I want to have the right side display controls based on the tree selection on the left. What’s the easiest way to do this in a WPF project? Is there a better way to go about this?
Thanks!
Ideally, you would use the MVVM design pattern to do this, but if you’re looking for a simple and easy way to get this working, you could try this… Create UserControls to be the different subforms, and throw them into a frame. You could use a grid as well, but a frame allows you to use navigation (forward, back) if you need it.
CodeBehind: