In our application we use AvalonDock with multiple LayoutDocument content on a LayoutDocumentPane. Our application requires that each LayoutDocument can only exist once on a LayoutDocumentPane. This is the case if a LayoutDocuments Title and the ContentId are identical.
If a LayoutDocument that exists already on a LayoutDocumentPane is dragged over the LayoutDocumentPane, then the DropTargetInto button is not visible.
So you can't drop the LayoutDocument onto the LayoutDocumentPane.
We have build a dependency property in the DockingManager (AllowDuplicateContent, which is default 'true') that allows the user to switch off duplicate content.
We want to propose this feature to be integrated into AvalonDock, so other users can use it as well.
How can I do this in CodePlex?
If a LayoutDocument that exists already on a LayoutDocumentPane is dragged over the LayoutDocumentPane, then the DropTargetInto button is not visible.
So you can't drop the LayoutDocument onto the LayoutDocumentPane.
We have build a dependency property in the DockingManager (AllowDuplicateContent, which is default 'true') that allows the user to switch off duplicate content.
We want to propose this feature to be integrated into AvalonDock, so other users can use it as well.
How can I do this in CodePlex?