Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DockingManager with a Viewbox ancestor does not properly render auto-hidden LayoutAnchorables #362

Closed
timothylcooke opened this issue Jun 9, 2022 · 1 comment

Comments

@timothylcooke
Copy link

See https://github.com/timothylcooke/AvalonDock-Viewbox for repro.

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.

image

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.

@timothylcooke
Copy link
Author

Please see PR #363

Dirkster99 added a commit that referenced this issue Jul 16, 2022
Fixes #362 DockingManager with a Viewbox ancestor does not properly render auto-hidden LayoutAnchorables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant