I'm learning the MVVM pattern coming from regular WPF. A large part of my work is interface based. I love the design view in visual studio and blend so I can quickly position controls to my liking. I'm interested in learning MVVM but when I bind view UserControl to the MainWindow, I'm unable to see the design. I've dug through the settings and cannot find an option that will fix it. Is there a way to view a UserControl in design view?
Any help is greatly appreciated!