New to Telerik UI for WPF? Start a free 30-day trial
Tabstrip Alignment
Updated on Aug 24, 2026
The RadTabControl exposes an Align property of type TabStripAlign enumeration. It controls the alignment of the control's tabstrip. You can choose between the following options:
-
Left(default)
-
Right
-
Center
-
Justify—This mode scales all RadTabItems so that all the available space is filled.
If there is not enough space available, the RadTabItems arrangement defaults to e behavior similar to the Justify alignment. Hence, parts of the items can be clipped. In such cases you can consider using multi-line tabs.