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:
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"
>