New to Telerik UI for WPF? Download free 30-day trial

Tabstrip alignment

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 - this is the default value of the property. radtabcontrol-align-left

  • Right - alignes the tabstrip from the right. radtabcontrol-align-right

  • Center - centeres the tabstrip. radtabcontrol-align-center

  • Justify - scales all RadTabItems so that all the available space is filled. radtabcontrol-align-justify

If there is not enough space available, the RadTabItems are arranged like Justify is chosen. Hence, parts of the items can be clipped. In such cases you can consider using multi-line tabs.

See Also

In this article