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).

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top