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

Horizontal tab headers

1 Answer 61 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 17 Oct 2013, 09:54 AM
I have a radpanegroup docked to the right hand side and the tab headers are vertical.
 


Is there a way to set the tab headers to be horizontal?

Thanks

Andrew

Heres my xaml:
<telerik:RadSplitContainer x:Name="rsc"  Width="500" InitialPosition="DockedRight">
                    <telerik:RadPaneGroup x:Name="rpg" >
                        <telerik:RadPane x:Name=
"materialsTab"  Header="Materials" IsPinned="False" CanUserClose="False" GotFocus="RadPane_GotFocus_1">

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 22 Oct 2013, 10:09 AM
Hi Andrew,

In order to change the orientation of tab headers you will need to modify the ControlTemplate of the Docking. You should change the TabOrientation property of the right AutoHideArea to Horizontal. For your convenience we have prepared and attached a sample project which demonstrates the explained approach. Please note are using Implicit Styles in order to extract and modify the style easily.

Hope this helps.

Regards,
Kalin
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
Docking
Asked by
Andrew
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or