Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Floating Side Panels #3

Closed
nikolayarhangelov opened this issue Nov 6, 2017 · 2 comments
Closed

Floating Side Panels #3

nikolayarhangelov opened this issue Nov 6, 2017 · 2 comments

Comments

@nikolayarhangelov
Copy link
Collaborator

Floating side panels will appear behind the remote windows.
This is a limitation of WPF when using WindowsFormsHost controls.

image

@nikolayarhangelov
Copy link
Collaborator Author

MSDN documentation on the issue (see Z-order) - Link.

@nikolayarhangelov
Copy link
Collaborator Author

Fortunately, the control that AvalonDock uses for the floaing panels LayoutAutoHideWindowControl is a HwndSource and it has its own handle. The fix is to use this handle and set it on top of the connection handle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant