Reputation: 12194
I would like to show a message box in a fancy way in my WPF app: do you know any component/library to do this?
Upvotes: 0
Views: 1629
Reputation: 699
There are very nice dialogs in Material Design for XAML (WPF). Download the sample program and go to Dialogs from the "Burger" menu (top left corner). Some examples are shown here: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/wiki/Dialogs
Upvotes: 0
Reputation: 3468
There are several stylish message box available in wpf some of them are. sample 1 sample 2 sample 3 sample 4 sample 5
Upvotes: 2
Reputation: 178700
Extended WPF toolkit has the MessageBox
control which has a fairly customizable appearance.
Upvotes: 2