Replies: 1 comment
-
Maybe you can create a new Thread or Task and show your OpenFileDialog in it? |
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.
-
Hello everyone! I have a problem.
When opening an OpenFileDialog from within a Flyout, the entire UI freezes. The current solution is to close the Flyout before opening the OpenFileDialog. However, my View structure is in the following form.
Flyout A
└── UserControl A
└── Button A
└── Flyout B
└── UserControl B
└── Button B
How can button B obtain Flyout A and call its Close method?
Beta Was this translation helpful? Give feedback.
All reactions