I am using AvalonDock (V2) with a DocumentsSource:
<a:DockingManager DocumentsSource="{Binding Items}"/>
I would like to disable the possibility to close a panel using a Style or something that works with a DocuemntsSource.
If possible I would like to have the closing Element to dock in a collapsed manner to the DocumentManager instead of closing.