I have a user control in my wp7 application which contains two text boxes and two buttons. I need to show it like the keypad opens. How can I do this?
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.
You can use the transition effects .
You can set your transition effects to any user control by binding them in code behind.
I think this might suffice your requirement.