You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
izaksuilov
changed the title
Allow dock items with "GroupOnlyById" to attach to root
Allow dock items with "GroupOnlyById" to attach to the root
Feb 15, 2023
izaksuilov
changed the title
Allow dock items with "GroupOnlyById" to attach to the root
Allow dock items above dock item with "GroupOnlyById" to attach to the root
Feb 15, 2023
Now if you have dock with "GroupOnlyById", other docks that are above this one can't attach even to the root (top, right, bottom and left positions).
For example, "Floating Window - Hi" can attach to the bottom if it's above Dock Item "Hello" which doesn't have GroupOnlyById.
But if I want to attach this floating window to the bottom, the button disapears because the bottom Tabbed Group has GroupOnlyById.
I suggest to always allow to attach to the root like this
For that I suugest to replace existing code at NP.Avalonia.UniDock.DockManager:
NP.Avalonia.UniDock/src/DockManager.cs
Lines 359 to 384 in 70ed1e2
With this code:
The text was updated successfully, but these errors were encountered: