vmachacek
vmachacek

Reputation: 585

Custom styled MessageBox in silverlight

I would like to ask if there is way how to create cusotm styled Messagebox in silverlight, with exactly same behavior as classic Messagebox class. Plus how to implement with MVVM pattern. Any Ideas?

Upvotes: 0

Views: 3424

Answers (1)

Samvel Siradeghyan
Samvel Siradeghyan

Reputation: 3593

There are lots of custom messageboxes, just search in google. Here are some of them:

All of them are with source code.

Upvotes: 1

Related Questions