RadTabStrip tabs can be displayed in multiple rows.
The IsBreak property of the RadTab object defines that the next Tab in the strip will start on a new row.
The example above shows a multi-row tabstrip with the IsBreak property of the "Remote" tab set to true:
<telerik:RadTab
IsBreak="True"
Text="Remote" >
<radts:Tab>
You can also achieve Windows like tabstrip behavior (the selected tab is always on the last row of tabs) by setting the
ReorderTabsOnSelect property to true.