Reputation:
I want to create a messag box in Windows Phone 8.1 (Silverlight) with extended functionality, not just a title, message and Ok/cancel buttons.
My question is how do I create a message box that can show this kind of functionality as shown in my rough sketch:
Is this possible in Windows Phone 8.1?
EDIT: Does the Windows Phone Toolkit's CustomMessageBox match my needs?
Upvotes: 3
Views: 529
Reputation: 1449
Look at the Content Dialog class. In that you can anything you want. Its similar to CustomMessageBox.
Update (For Windows Phone 8.1 Silverlight)
Check this Link And try to search in Nuget Package Manager. Don't try to install it directly
Upvotes: 1