wieslawsoltes / Dock

A docking layout system.
https://wieslawsoltes.github.io/Dock/
MIT License
916 stars 95 forks source link

Nested Docks #330

Open TobiArndt opened 6 months ago

TobiArndt commented 6 months ago

In a more complex App we are developing there is a big need for putting a nested and independent dock inside a Document. The idea ist just to put tag dock tag inside the view.axaml of the specific view and having a specific NestedDockFactory. It will render, but all the logic is broken of the nested dock. Perhaps i was too naive, or how can it be realized?

wieslawsoltes commented 6 months ago

Did not try such scenario so probably stuff will get broken :)

cornerbowlsoftware commented 3 months ago

I do this all the time in my WPF apps. This is definitely a valuable feature.