Open LITTOMA opened 9 months ago
Hello, anyone home?
Hello, anyone home?
If you rely on free community support, it means things are getting worked on if anyone has time to work on it. If you need priority support, I recommend to reach out to the team for a support agreement. https://www.avaloniaui.net/support
Describe the bug
On the Windows platform, when using
NativeControlHost
insideTransitioningContentControl
, the content withinNativeControlHost
does not display after theTransitioningContentControl
switches pages. The content becomes visible only after the user manually resizes the window. Debugging reveals that the native control's position is initially set to an incorrect X coordinate, which corrects itself upon window resize, suggesting an issue with native control positioning after a page transition.To Reproduce
Steps to reproduce the behavior:
TransitioningContentControl
with aNativeControlHost
embedded.TransitioningContentControl
.NativeControlHost
does not display after the transition.Expected behavior
After a page transition in
TransitioningContentControl
, the content withinNativeControlHost
should display correctly without requiring a manual window resize.Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Sample repo: https://github.com/LITTOMA/PageTransitionWithNativeHostWindows