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:
- Set the MultiLine property of the C1DockingTab class to True.
- 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.
See Also