I've got an idea which is trying to imitate VS.
In my project, I've created many views (user controls).
I want to display these views in a toolbar (like VS) and when I choose one of them, draw the selected view in another control (like a designer, I guess this can be a grid or richtextbox).
Is possible doing this? How much difficult would be? Does exists a demo in internet?
I question this because I'm not an expert in graphics with WPF.
Any questions, please let me know.