I have been playing with Avalon Dock for a week and need help understanding the hierarchy and dependencies. If I start out with the following xaml starting with the dockManager?
<Layout Panel Orientation="Horizontal" />
How do I programmatically (c#) add:
1. A LayoutAnchorable to the right side?
2. A LayoutDocument to the center?
3. A LayoutAnchorable to the left side?
4. A LayoutAnchorable to the same AnchorablePane as 1. was inserted, even if it was moved to the bottom?
5. A Layout Document to a different LayoutDocumentPane as the one added in 2?
6. If I have four LayoutDocuments in a LayoutDocumentPane, how do I selectively hide two of them?
Any help would really be appreciated.