You can customize the way tabs are rendered by setting the Orientation
property of RadTabStrip. Accepted values are:
- HorizontalTop:
- RadTabStrip is above the content (e.g. RadMultiPage). Child tabs (if any) are shown
below parent tabs.
- HorizontalBottom
- RadTabStrip is below the content (e.g. RadMultiPage). Child tabs (if any) are shown
above parent tabs.
- VerticalRight:
- RadTabStrip is on the right side of the content (e.g. RadMultiPage). Child tabs
(if any) are shown on the left side of parent tabs.
- VerticalLeft:
- RadTabStrip is on the left side of the content (e.g. RadMultiPage). Child tabs (if
any) are shown on the right side of parent tabs.
RadTabStrip supports two layouts - Horizontal (default) and Vertical.
In Horizontal layout, the Align property allows you to specify
the way tabs position themselves:
- Left - tabs will be left aligned;
- Right - tabs will be right aligned;
- Center - tabs will be centered;
- Justify - tabs will be proportionally resized to full-up the width
of the tabstrip.
In Vertical layout, the values of the Align property are as follows:
- Left - tabs will be aligned to the top;
- Right - tabs will be aligned to the bottom;
- Center - tabs will be positioned in the middle;
- Justify - tabs will be proportionally resized to full-up the height
of the tabstrip.