The attached picture shows a UI that I have been copying. In my version of this UI there is a FlowLayoutPanel with my user controls on it. On the right (what I want to build now) is what I think is a ToolWindow. This ToolWindow cannot be moved; it's docked on the right. That's where it stays. It can be pinned or unpinned; nothing else. It expands out over the FlowLayoutPanel.
I think RadDock is what I should use and, if so, I'm just a couple details away from making what I want. If there's a better choice I'd like to hear (read) it. But, if not:
1. How do I make a ToolWindow stay docked and not allow the user to move it anywhere?
I found the forum response for the buttons so that there is only the pin:
2. How do I make that "Pin" button start out not pinned? I want the ToolWindow to be collapsed.
3. How do I get a content area in the RadDock that doesn't have tabs or anything? Basically, I want a rectangular shape that contains my user controls (in a scrolling container) and the ToolWindow...no tabs, no titles, nothing else.
Thank you,
Gary
I think RadDock is what I should use and, if so, I'm just a couple details away from making what I want. If there's a better choice I'd like to hear (read) it. But, if not:
1. How do I make a ToolWindow stay docked and not allow the user to move it anywhere?
I found the forum response for the buttons so that there is only the pin:
toolWindow1.ToolCaptionButtons =
ToolStripCaptionButtons.AutoHide;
2. How do I make that "Pin" button start out not pinned? I want the ToolWindow to be collapsed.
3. How do I get a content area in the RadDock that doesn't have tabs or anything? Basically, I want a rectangular shape that contains my user controls (in a scrolling container) and the ToolWindow...no tabs, no titles, nothing else.
Thank you,
Gary