How to design parts of the application in XAML and how to reusing it then?
Posted
by MartyIX
on Stack Overflow
See other posts from Stack Overflow
or by MartyIX
Published on 2010-04-06T21:04:15Z
Indexed on
2010/04/06
21:43 UTC
Read the original article
Hit count: 200
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!
© Stack Overflow or respective owner