I have a control and i put its template in generic.xaml.
is it possible to have other themes like:
bluesky.xaml
tealocean.xaml
How would I do this? How would the themes get changed?
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.
The best currently available way is to use
Themecontrol from a silverlight control toolkit to dynamically change themes.Here is an article on this: http://weblogs.asp.net/lduveau/archive/2010/05/31/dynamically-apply-and-change-theme-with-the-silverlight-toolkit.aspx