How to apply the crm look and feel to a silverlight application? How can I apply those CSS Styles to the silverlight UI?
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.
Unfortunately, you can’t. Silverlight has no support for css. I suppose it is possible to write some sort of css parser that translates the values you need into XAML Styles that Silverlight can use. But that would be a lot of work, unless you are 100% certain that your css is very simple and only uses a few known style attributes, which I think will not be the case for that CRM system. Since you are asking for a way to “easily integrate…”, the answer has to be no. There is no easy way.