windows phone 8 custom message box

mkeremkeskin picture mkeremkeskin · Feb 4, 2013 · Viewed 8.3k times · Source

I want to implement a dialog(or alert dialog) like extending Dialog component in Android.

In phone 8 message box only allows showing title and message. I would like to add new views like button, images etc to my dialog. How can i achive this, or is it possible?

thnx.

Answer

Willem van Rumpt picture Willem van Rumpt · Feb 4, 2013

The Windows Phone Toolkit contains an example of a custom message box, which already allows some more (although still limited, imo) freedom. If that one doesn't fullfil your requirements, you can just peek at the source to get an idea as how to go about rolling your own message box.

If memory serves, it uses a Popup internally, to display a modal screen.