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
When a LayoutAnchorable is shown within a LayoutAutoHideWindowControl, and the DockingManager is a descendent of a Viewbox, the LayoutAutoHideWindowControl is not a descendent of the Viewbox, so its LayoutAnchorable is not properly scaled, and dragging to resize it causes strange behavior.
FloatingWindow is also not zoomed, but the behavior is not nearly as strange because the FloatingWindow does not appear to be a descendent of the DockingManager in the same way that a LayoutAutoHideWindowControl does.
The text was updated successfully, but these errors were encountered:
See https://github.com/timothylcooke/AvalonDock-Viewbox for repro.
When a
LayoutAnchorable
is shown within aLayoutAutoHideWindowControl
, and theDockingManager
is a descendent of aViewbox
, theLayoutAutoHideWindowControl
is not a descendent of theViewbox
, so itsLayoutAnchorable
is not properly scaled, and dragging to resize it causes strange behavior.FloatingWindow
is also not zoomed, but the behavior is not nearly as strange because theFloatingWindow
does not appear to be a descendent of theDockingManager
in the same way that aLayoutAutoHideWindowControl
does.The text was updated successfully, but these errors were encountered: