NativeControlHost always displays on top of all other controls #18452
Unanswered
uno-studio
asked this question in
Q&A
Replies: 1 comment
-
|
This is by design (typical "airspace" issue). What you can do is to use the overlay layer to put controls on top of a native control. Create a popup which doesn't close and put your controls on that popup. I think there was a VLC based demo which demonstrated this technique. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tested with NativeControlHost and found that it always displays on top of all other controls. Is there any solution to bring it down?
In my first video, NativeControlHost has a black background, always on a green Grid. In the second video, replace NativeControlHost with any other control.
Is there any solution to move NativeControlHost down so it doesn't overlay other controls?
Operating System: Windows 10
Avalonia Version: 11.2.5
2025-03-16.10.30.33.mp4
2025-03-16.10.45.43.mp4
Beta Was this translation helpful? Give feedback.
All reactions