Cris
Cris

Reputation: 12194

Seeking a library to show nice alerts in WPF

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

Answers (3)

Christophe
Christophe

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

Shebin
Shebin

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

Kent Boogaart
Kent Boogaart

Reputation: 178700

Extended WPF toolkit has the MessageBox control which has a fairly customizable appearance.

Upvotes: 2

Related Questions