Is there any way to add in a custom control such as a textbox or button into a messagebox for windows phone 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Windows Phone Assets project on Codeplex has a NotificationBox cutom control which is described as:
The example code on there shows how to have your own buttons on the form, and I’m sure you could use it as a base for adding textboxes as required.