Menus and Toolbars for WinForms Task-Based Help / DockingTab Tasks / Displaying Multiple Tab Rows
In This Topic
Displaying Multiple Tab Rows
In This Topic

To display more than one row of tab in a C1DockingTab, set the MultiLine property of the C1DockingTab class to True. To do this, complete the following tasks:

  1. Set the MultiLine property of the C1DockingTab class to True.
  2. Right-click on Page1 of the C1DockingTabPage and select Add Page from its context menu. Add several pages to the C1DockingTab. The tabs continue to another row.
    Form
See Also