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

Expression_Dark theme for WPF TabControl

1 Answer 125 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hasan Khan
Top achievements
Rank 1
Hasan Khan asked on 09 Dec 2010, 10:47 PM
Expression_Dark theme is only for RadTabControl. Anyway to apply it to normal TabControl? (Can't use RadTabControl due to its buggy behvior in PRISM as a region).

Following in the markup doesn't work because there is no key defined in Expression_Dark theme for normal tabcontrol

<Style TargetType="{x:Type TabControl}" BasedOn="{StaticResource {telerik:ThemeResourceKey ThemeType=telerik:Expression_DarkTheme, ElementType=TabControl}}" />

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 13 Dec 2010, 11:04 AM
Hi Hasan,

We have themes for the following MS control:
    CheckBox, RadioButton, Button, RepeatButton, Listbox, TextBox. PasswordBox

However, our themes cannot be applied to the MS TabControl. If you want to style the TabControl to look like our ExpretionDark theme you have to make a custom style for it in Blend by editing its ControlTemplate or you can use our RadTabControl.

If you have further questions please do not hesitate to ask us.
I hope this will help you.

Regards,
Dimitrina
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
General Discussions
Asked by
Hasan Khan
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or