I’m working on a windows phone project where I have some xml files with a layout in each of them. How can I make programmatically one of them the current layout displayed in the application???? I’m working with C#. Thanks!!!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use XamlReader Class.
Load the xaml into that XAMLReader, it will return which ever control it is.
Bind that to the view.