Is it possible to show more than one top-level window? #252
Unanswered
nathan-alden-sr
asked this question in
Q&A
Replies: 1 comment
-
ShowDialog displays it modal. ShowWindow should just display it non-modally. Those calls map onto |
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 have the following code in my root view-model:
This displays the settings view as expected. However, it displays it modal, which I do not want. I have not been able to discover a way around this limitation. I want to show the window non-modal such that the user may still interact with the root view while the settings view is active.
How can I accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions