[]
        
(Showing Draft Content)

Displaying Multiple Tab Rows

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

Displaying the Same Set of Controls on each DockingTabPage