Glossary Item Box
The default TabOrientation property for TabControl is equal Top. Developer can easily change it using the TabOrientation and TabAlign properties. 6 combinations of orientations and alignment are possible.
|
TabControl with left-aligned left-oriented tabs.
|
TabControl with right-aligned right-oriented tabs.
|
|
TabControl with left-aligned top-oriented tabs.
|
TabControl with right-aligned bottom-oriented tabs.
|
|
TabControl with justify top-oriented tabs.
|
TabControl with justify left-oriented tabs.
|
With TabControl you can build not only horizontal tab text, but also vertical (use TabTextOrientation property to define it). Please, bear in mind that vertical text is defined in the CSS 2 standard, currently supported by IE 5.5+ only. A feasible workaround for vertical text is to use image-based Tabs.
|
|
|
| See Also |
Client-side API: TabControl client-side API
Controls: TabControl | Tab content | Tab Orientation