I've ported my app from .NET Core to WinUI .NET5 and now my message dialogs dont desapear when a button is clicked. How can I solve that?
Asked
Active
Viewed 211 times
0
-
I am unable to find documentation for hiding it, but you could try converting it into a ContentDialog instead if that isn't a problem: https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.contentdialog?view=winui-3.0, that one has a Hide() function to be used programmatically. – Thaun_ Jun 23 '21 at 10:35
-
It has but i doesn't workm I've already tried that – David Simões Jun 23 '21 at 13:42