TaskDialog Crash #500
-
Hello I am using the last version of Avalonia which is 11.0.6 and FluentAvalonia 2.0.4 and I am trying to make a TaskDialog in C# code in a UserControl view like: var td = new TaskDialog { Title = "Title", Content = "Content",
Buttons = { TaskDialogButton.YesButton, TaskDialogButton.NoButton },
XamlRoot = VisualRoot as Visual };
_ = await td.ShowAsync();
Is there something specific I need to do in order to solve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
ClaudiuHBann
Dec 21, 2023
Replies: 1 comment
-
I found why, I didn't have the styling. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ClaudiuHBann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found why, I didn't have the styling.
Sorry for bothering ya. Thx