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.
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;
|