RadTabStrip for ASP.NET

Tab alignment Send comments on this topic.
See Also
Feature overview > Tab alignment

Glossary Item Box

Telerik 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.
See live examples of this functionality at www.telerik.com.

See Also