spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

DialogBox #70

Closed maxmontgmx closed 4 years ago

maxmontgmx commented 4 years ago

Hi all,

does it exist a simple DialogBox with standard buttons (OK, Cancel, Yes, No, ...) like Winform DialogBox to display a simple message?

Thanks

spiegelp commented 4 years ago

@maxmontgmx There are no styles or templates for such kind of dialog boxes. I might consider this for a future release.

spiegelp commented 4 years ago

@maxmontgmx The next release features an AlertDialog and a ConfirmationDialog control.

maxmontgmx commented 4 years ago

@spiegelp I would like to popup a confirmation dialog box in modal mode (which is blocking), not in async mode. How can I do? Thanks for your help

maxmontgmx commented 4 years ago

@spiegelp it's not possible to use AlertDialog or ConfirmationDialog for that? Thanx