Replies: 1 comment
-
No. Loaded event is well defined, and it can't be raised before window is actually showing. If you need to cut down JIT time, making window load faster, look into ReadyToRun or AOT solutions. |
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
-
I'm on Windows, and I need my controls loaded in background, but only shown upon user request. Some of the controls are native.
This happens in a separate Window. Unfortunately, none of the controls neither the Window itself ever get
Loaded
event until I callWindow.Show()
Beta Was this translation helpful? Give feedback.
All reactions