Docking Tab for WinForms | ComponentOne
Docking Operations / Multiple Tab Rows
In This Topic
    Multiple Tab Rows
    In This Topic

    Multiple tabs provides optimum tab management, and is required for multi-tasking use cases. The DockingTab control allows you to display and accommodate more than one row of tabs in the control. For this purpose, the C1DockingTab class provides the MultiLine property.

    Docking control with multiple tabs

    Multiple tab row functionality can be set through the Properties window, as well as through the code as given below:

    C#
    Copy Code
    dockingTab.MultiLine = true;