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

ReorderTabRows property

1 Answer 43 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
runes
Top achievements
Rank 1
runes asked on 26 Aug 2009, 11:30 AM
What the use of ReorderTabRows property??
Can you give me an Ex??
Tnk.

1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 26 Aug 2009, 12:34 PM
Hello runes,

The property is used when you have multi-row tab items (The tabs move to another row when the IsBreak property of a TabItem is true). The ReorderTabRows property specifies whether the rows will be reordered so that the selected tab item will always be closest to the content.

This xaml demostrates this:

<telerikNavigation:RadTabControl ReorderTabRows="True">
    <telerikNavigation:RadTabItem Header="Item 1" />
     <telerikNavigation:RadTabItem Header="Item 2" IsBreak="True" /> 
    <telerikNavigation:RadTabItem Header="Item 3" />
     <telerikNavigation:RadTabItem Header="Item 4" />
</telerikNavigation:RadTabControl> 
 
Sincerely yours,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabControl
Asked by
runes
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or