There appears tp be a bug in the RadTabControl when the TabStripPlacement is on the left. The TabOrientation is reversed. The following XAML displays tabs vertically. The tabs also are appear to be ordered backwards, from bottom to top of the tab strip rather than top to bottom.
I will also submit a support ticket.
Thanks.
<telerikNav:RadTabControl TabOrientation="Horizontal" TabStripPlacement="Left"> |
<telerikNav:RadTabItem Header="Tab1" /> |
<telerikNav:RadTabItem Header="Tab2" /> |
</telerikNav:RadTabControl> |
I will also submit a support ticket.
Thanks.