In This Topic
TabPanel provides many different features that enable the developers to build intuitive and professional-looking applications. The main features for TabPanel are as follows:
- Hosting Controls
The TabPanel control not only allows you to render html content, but also the MVC controls into the content pane.
- Disabled and Invisible Tabs
The TabPanel control provides you an option to hide or disable individual tabs.
- Styling and CSS
The TabPanel control has a simple layout, which makes it easy to style using CSS. For example, tabs appear above the content by default, but you can use CSS to change their position and show them below or vertically stacked, to the left or to the right of the content.
- Accessibility
The TabPanel control implements WAI-ARIA accessibility guidelines that allows you to use all interactive UI components using a keyboard.. All tab elements have the proper role attributes as well as all applicable ARIA attributes.