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

TabItem Height through style

1 Answer 107 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Christie Admin
Top achievements
Rank 1
Christie Admin asked on 26 Mar 2015, 03:07 PM
Hi,

in my application I have multiple RadTablControls and I would like to change the height of all TabItem... How it's possible to do it through styling???

Thank's
Alain

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 30 Mar 2015, 07:15 AM
Hello Alain,

You might use our implicit styles theming mechanism and set the Height of the tab items in Style that targets RadTabItem. For example:

<Style TargetType="telerik:RadTabItem" BasedOn="{StaticResource RadTabItemStyle}">
          <Setter Property="Height" Value="100" />
      </Style>

I hope this information helps.

Regards,
Evgenia
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
TabControl
Asked by
Christie Admin
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or