Navigation View | Show confirmation dialog before navigating without updating the UI? #604
Unanswered
duongdokms
asked this question in
Q&A
Replies: 1 comment
-
|
SelectionChanged is probably too late. Idea: Why don't bind to SelectedItem and handle the dialog in the setter? |
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.
-
Hi everyone, I am using Fluent Avalonia UI with Reactive UI for desktop application.
I have an issue is that when the confirmation dialog is being shown, the navigation view item is already selected (UI already updated) without the user confirmation.
axaml:
ViewModel:
Is there any solution for this? Thanks everyone.
Beta Was this translation helpful? Give feedback.
All reactions