product caption

Tab View

Run example in: C# VB.NET



See how the tabs of the panes are rendered with different setting of the TabView property.
Pane1
Pane1
Pane2
Pane3
Spacer
Main Pane

Since the vertical aligment of the text in pane tabs is not supported from the Mozilla based browsers at this moment, you can use the TabView property to let the pane tabs to look the same in all browsers. This can be done by setting TabView="ImageOnly" and preparing images which include the title and the icon of the pane. An example is shown below - you can see that now the pane tabs are displayed the same in all browsers:

Properties
Control Panel
Login
Spacer
Main Pane

Source Code & Description