Hello,
we're currently using VS2015 and the latest Telerik WPF controls (no XAML). Our project is made with MVVM in mind.
What is the right way of changing the "Tab Item" style? We tried to change the style but this doesn't seem to work as the changes are not applied. Then we tried to create a new DataTemplate which also doesn't work the way we expected it.
Our RadTabControl is set to show the tabs on the left side and we're using the Office2016 template at the moment.
We just want to change three things:
1. Set the text align to left
2. Add more "inner space" (padding) around the text
3. Change the background color of the "Tab Item" (header) to a specific color and also change the hover and selected color of the tab.
How can we change that? Is it only possible to locate the information in the template XAML files an copy all the stuff over and change it or is there a simpler method for this?
Thank you in advance for your help.
Best Regards,
Thomas
we're currently using VS2015 and the latest Telerik WPF controls (no XAML). Our project is made with MVVM in mind.
What is the right way of changing the "Tab Item" style? We tried to change the style but this doesn't seem to work as the changes are not applied. Then we tried to create a new DataTemplate which also doesn't work the way we expected it.
Our RadTabControl is set to show the tabs on the left side and we're using the Office2016 template at the moment.
We just want to change three things:
1. Set the text align to left
2. Add more "inner space" (padding) around the text
3. Change the background color of the "Tab Item" (header) to a specific color and also change the hover and selected color of the tab.
How can we change that? Is it only possible to locate the information in the template XAML files an copy all the stuff over and change it or is there a simpler method for this?
Thank you in advance for your help.
Best Regards,
Thomas