Question

Is there a proper mvvm way to show CustomMessageBox from the view and get callback from it?

This sample is quite nice, but it uses hardcoded MessageBoxButton (only Yes/No/YesNo are avaivable, but i need custom buttons).

This contains lots ofuseful info about Messages in MvvmLight, but DialogMessage is also showing only YesNo sample (also no custom buttons).

Était-ce utile?

La solution

Figured out that Cimbalino toolkit (Cimbalino saves the day again!) has quite nice custom messagebox.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top