I have nested dock sites. The outer dock site has the documents. Each document has its own dock site with tool windows.
I want a switcher to show the documents of the outer dock site and the tool windows of the current document's (inner) dock site.
More specifically, I guess I want something like:
<StandardSwitcher AlternateDocumentsDockSite={Binding ....
OR
<StandardSwitcher AlternateToolWindowsDockSite={Binding ....
I want a switcher to show the documents of the outer dock site and the tool windows of the current document's (inner) dock site.
More specifically, I guess I want something like:
<StandardSwitcher AlternateDocumentsDockSite={Binding ....
OR
<StandardSwitcher AlternateToolWindowsDockSite={Binding ....