I'm working on a main window in my application and I would like to design parts of my window separately in Visual Studio designer.
Main window
- Game desk (actually more of them and therefore it would be nice to design the game desk, mark it as a resource and then just via simple code (something like creating a new object and setting DataContext) create it.
- Console
- And so on
Is it possible in VS to do this thing?
I just need to know what to look for if it is possible. I don't need a whole solution.
Thank you for suggestions!