Hi,
I'm using Telerik's TreeView, GridView, ListBox, DragDropManager in my project.
I decided to use the "Binaries.NoXaml" dlls because I don't really need all the themes included. I referenced the relevant control dlls + Telerik.Windows.Themes.Windows8.dll just so I can use the styling for the Telerik controls that I do use.
In my app.xaml I added in merged dictionaries the following resource dictionaries:
<ResourceDictionary Source="/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.xaml"/>
<ResourceDictionary Source="/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.Navigation.xaml"/>
I noticed that "System.Windows.Controls.Button" also get styled with your Windows8 theme!
How can I cancel this behavior and get only the Telerik controls to have the Windows8 theme?