user2707185
user2707185

Reputation:

Windows Phone 8.1 (Silverlight) message box extended functionality

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:

Custom message box

Is this possible in Windows Phone 8.1?

EDIT: Does the Windows Phone Toolkit's CustomMessageBox match my needs?

Upvotes: 3

Views: 529

Answers (1)

Kinjan Bhavsar
Kinjan Bhavsar

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

Related Questions