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

TabStripPlacement Working Strangely

3 Answers 150 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Ristogod
Top achievements
Rank 2
Ristogod asked on 14 Oct 2010, 03:58 PM
We were using the Microsoft TabControl and when we had the TabStripPlacement set to left, it put the tabs on the left and towards the top of the space for tabs.

When I switched to the RadTabControl, the tabs are still on the left, but they have gone to the bottom of the tab area. How do I get them back to the top. In other words Left-Top?

3 Answers, 1 is accepted

Sort by
0
Miro Miroslavov
Telerik team
answered on 19 Oct 2010, 08:49 AM
Hi Ristogod,

 It should work as expected with the following code.

<telerik:RadTabControl TabStripPlacement="Left" TabOrientation="Vertical" VerticalAlignment="Top">
    <telerik:RadTabItem Header="tab" />
    <telerik:RadTabItem Header="tab" />
    <telerik:RadTabItem Header="tab" />
    <telerik:RadTabItem Header="tab" />
</telerik:RadTabControl>

I hope this will help you.

Regards,
Miro Miroslavov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ristogod
Top achievements
Rank 2
answered on 22 Oct 2010, 05:51 PM
Actually the answer was:
<telerik:RadTabControl TabStripPlacement="Left" TabOrientation="Vertical" Align="Right">
    <telerik:RadTabItem Header="tab" />
    <telerik:RadTabItem Header="tab" />
    <telerik:RadTabItem Header="tab" />
    <telerik:RadTabItem Header="tab" />
</telerik:RadTabControl>

So align right fixed the issue.
0
george
Top achievements
Rank 1
answered on 20 Dec 2010, 04:23 AM
thanks, that helps
Tags
TabControl
Asked by
Ristogod
Top achievements
Rank 2
Answers by
Miro Miroslavov
Telerik team
Ristogod
Top achievements
Rank 2
george
Top achievements
Rank 1
Share this question
or