Adding a Scrollbar to a DockingTab
In This Topic
To add a scrollbar to a C1DockingTab, complete the following steps:
- Place a C1CommandDock control on the form, and then set its Dock property to Fill.
- Add a C1DockingTab inside the C1CommandDock.
- Add a Panel control inside the C1DockingTabPage, and then set the Panel's Dock property to Fill.
- Place a few Windows Form controls inside Panel1 of the C1DockingTabPage.
- Set Panel1's AutoScroll property to True.
The scrollbars appear for the C1DockingTab.
See Also