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.
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.