WPF and Silverlight Edition Basic Library / TabControl / TabControl Features / Tabstrip Placement
Tabstrip Placement

The C1TabControl control's tabstrip, by default, will appear along the top of the control. However, you can set the C1TabControl.TabStripPlacement property to Bottom, Left, or Right to change the position of the tabstrip.

Top

Bottom

Left

Right

To change the placement of the C1TabControl's tabstrip element, use one of the following methods:

To change the tabstrip placement, add TabStripPlacement="Right" to the <c1:C1TabControl> tab so that the markup resembles the following:

XAML
Copy Code
<c1:C1TabControl TabStripPlacement="Right"></c1:C1TabControl>

 The image below depicts a C1TabControl control with its tabstrip placed on its right side.