This is a migrated thread and some comments may be shown as answers.

Theme customization

2 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hrishi
Top achievements
Rank 1
Hrishi asked on 15 Oct 2013, 08:37 AM
I have Applied  Expression_Dark As a theme for RadtreeView and also Windows8 theme for entire application now the problem is I wan't different color when the element gets selected or gets the focus so let me what to change.


 <telerik:RadTreeView x:Name="DashBoardChartTree"  telerik:StyleManager.Theme="Expression_Dark"  TabIndex="7"   Margin="5"  KeyboardNavigation.TabNavigation="Continue"  IsLineEnabled="True" SelectedItem="{Binding SelectedItem,Mode=TwoWay}"   ItemsSource="{Binding DashBoards}" Grid.Row="3"    
                                              ItemTemplate="{StaticResource TreeDashBoard}" PreviewDragEnded="radTreeView_PreviewDragEnded"     IsDragDropEnabled="True"     SelectedValuePath="{Binding DashBoard}"   SelectionChanged="DashBoardChartTree_SelectionChanged_1" ExpanderStyle="{StaticResource ExpanderStyle}">

2 Answers, 1 is accepted

Sort by
0
Hrishi
Top achievements
Rank 1
answered on 15 Oct 2013, 08:44 AM
also instead of two themes Can I do it in Windows 8 theme itself I want to edit it.
0
Pavel R. Pavlov
Telerik team
answered on 18 Oct 2013, 06:18 AM
Hello Hrishi,

I can see that you use the StyleManager. Please note that we strongly encourage our customers to use our NoXaml binaries in combination with our ImplicitStyles. By using the improved approach you will be able to get advantage of many benefits. Some of them are: dynamic change of the themes (read more); performance boost (as no restart of the application is needed); easier customization and more. You can find detailed information about using our ImplicitStyles in this article.

By following this approach you will be allowed to change some the static resources used by the ImplicitStyles, achieving your requirements. You will be allowed to change some (or all) of the colors in part (or all) of the controls.

You have our assurance that your custom scenario can be achieved by using our ImplicitStyles.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Hrishi
Top achievements
Rank 1
Answers by
Hrishi
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Share this question
or