I have a Windows PhoneApplication Page. It derives from a BasePage. So I have exported it as a ItemTemplate and it works fine.
Now I have a property "MasterFile" in my xaml. How can I make this property dynamic when the page is created using my custom template?
The best example is: asp.net webform + Masterpage. In VS we get an option to select the masterpage when we want to add a new Content WebForm. This sets the MasterPage property in the .aspx page.
I am looking for similar functionality with my WP silverlight Phone page template.
Edit: I am found this: http://msdn.microsoft.com/en-us/magazine/cc188697.aspx
Edit: I tried this: http://www.codeproject.com/Articles/391989/Working-with-Project-Template-and-Wizard-Extension but for some reason the template won't show up at all in the installed list.
Anyone has any ideas? Is this even possible?
Have to try that out.