You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# AvaloniaDialogHelper!
1
+
# Avalonia Dialog Helper
2
2
3
3
You can't do just Window1.ShowDialog(this) to show a dialog in MVVM . There are workarounds, such as accessing the MainWindow with Application.Current... but this approach is not recommended when using MVVM.
4
4
This code generator assists you in creating a dialog in Avalonia (v11) with MVVM. It sumarizes the steps in the [documentation](https://docs.avaloniaui.net/docs/next/tutorials/music-store-app/opening-a-dialog#show-dialog).
0 commit comments