Customizing Items Layout
RadTabControl allows you to customize the items placement and lines ordering.
To change the placement of the tabstrip area where the items are placed, set the TabStripPlacement property of RadTabControl. The placement can be Top (default), Bottom, Left or Right.
Example 1: Setting TabStripPlacement
Figure 1: All tabstrip placements
The tab items can be separated in two different lines (rows). To create a new line, set the IsBreak property of the RadTabItem which should start the line. Read more about this feature in the Create Multi-Line Tabs article.
Example 2: Setting IsBreak
Figure 2: Tab items on multiple rows
The line with the selected tab will be moved on the bottom row.
To align the tabs in the tabstrip area, set the Align property of RadTabControl. The available alignments are Left (default), Right, Center, Justify.