• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Responsive Modes in ASP.NET Core Tab Control

This sample demonstrates both scrollable and popup modes of the Tab. Select option from down-down to change the responsive option in property panel.

DEMO
SOURCE
Mode
Header Placement

The Tab is adaptable to the available space when the tab items exceed the view space.

The Tab allows to place the header section inside the Tab component either at top / bottom / left / right position by using headerPlacement property.

You can assign overflowMode property value as Scrollable / Popup. By default scrollable mode of tab is enabled when tab item exceeds the view range. In this sample, users can change the overflowMode by selecting the dropdown options.

More information about Tab can be found in this documentation section.