ButchersBoy / Dragablz

Dragable and tearable tab control for WPF
http://dragablz.net
MIT License
2.2k stars 323 forks source link

Dockablz layout does not show Dropzones when inside NavigationView #256

Closed sushiat closed 3 years ago

sushiat commented 3 years ago

I'm using a TabablzControl inside a dockablz:Layout and when those were added to just a grid in the window they worked perfectly. After getting them up and running, themed, etc. I then added a modernwpf Navigationview and made the Layout the child of the navigationview so they get resized when the navigationview opens/closes.

The tabcontrol is still working fine, and I can tear out a tab to a new window and it get's added their just fine. The the dropzones for splitting the layout on the first window don't show up when dragging a tab over it, but I can still drop the tab back into the tab list of the first control.

What events/etc. need to make it through to the layout object before it will decide that it shows the drop zones? I looked that both the code for it and the navigation view but sadly can't figure it out.