Hi, first of all, thanks for such good component.
But I have one issue with it.
I have main application view which has docking manager with Layout documents inside. Each document has it own template (through template selector.). I wanted to add another docking manager to each document layout. This docking manager should have one layout document and several anchorable auto hide items. But when I try to do this I have clean screen, with no content inside. To be more clear, here example of document item template:
<DataTemplate x:Key="localTabItemDataTemplate"><avalonDock:DockingManagerx:Name="dockingManager2">
<avalonDock:LayoutRoot><avalonDock:LayoutPanelOrientation="Horizontal"><avalonDock:LayoutDocumentPane><avalonDock:LayoutDocumentTitle="Doc1">
My content here!.
But it's not showed. Whatever I put here.
</avalonDock:LayoutDocument></avalonDock:LayoutDocumentPane></avalonDock:LayoutPanel></avalonDock:LayoutRoot></avalonDock:DockingManager>
</DataTemplate>