Tabs and Captions
RELATED VIDEOS | |
---|---|
RadDock Tab Alignment/Visibility and AutomationIn this video, you will learn about some of the new features provided in the R3 2009 release of the RadDock. These features include tab alignment and visibility as well as drag and drop automation. | ![]() |
RadDock exposes several properties which allow you to have full control over the visibility and the position of the tabs/captions:
-
DocumentTabAlignment: defines the position of the tabs for all
DocumentTabStrip
instances in RadDock.
Setting DocumentTabsAlignment to Left
- DocumentTabsVisible: allows you to hide/show all document tabs:
Hiding the document tabs
- ToolTabAlignment: defines the position of the tabs for all ToolTabStrip instances in RadDock:
Setting the ToolTabsAlignment to Right
- ToolTabsVisible: allows you to hide/show all tool tabs.
Hiding the tool tabs
- CaptionVisible: allows you to hide the caption of a single ToolTabStrip.
Hiding the caption of ToolTabStrip
- ShowToolCloseButton and ShowDocumentCloseButton: displays/hides close buttons in the ToolWindow/DocumentWindow tabs.