I am working on silverlight 4.0. I am facing a problem with applying dynamic themes to my application. Please go through below and send me your solutions -
Problem:
------------------
In my application I have three ResourceDictionary files -
- Default.xaml
- Theme1.xaml
- Theme2.xaml
- x:Key="ButtonStyle"
- x:Key="LayoutRootGridStyle"
In my main application I am using may borders and grids if I give the styles with out key the style applying to all. I don't want that. I just want to apply styles to given key only.
Thanks in advance.
Replies
Know the answer? Post it — somebody with the same question will find it here.