I basically need to know how you can pre-compile a XAML based user control into the dll.
Something similar to how the Razor Generator works for MVC Views. Is this possible?
|
I basically need to know how you can pre-compile a XAML based user control into the dll. Something similar to how the Razor Generator works for MVC Views. Is this possible? |
||||
|
|
|
Yes you can. There is a Class Library (Windows Store apps) that you can create which can be referenced from your App. However it has to be packaged with your application and can not loaded dynamically on the fly. |
|||||
|
|
Found the solution in Tim Heuer's Blog here: http://timheuer.com/blog/archive/2012/03/07/creating-custom-controls-for-metro-style-apps.aspx Just in case any one is looking. |
|||
|
|