I am using a pivot control in my wp7 application. I am displating some photos. I need to stop right flip when the last photo is displaying. Also stop left flip when First photo is displaying. How can I disable flip in one direction?
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.
There is no way to disable this behaviour with the default control.
You should be very wary of disabling this functionality. This is the behaviour that users familiar with other apps on the phone will expect the app to work/behave.
If you must have this functionality then you’ll have to create a suitable control yourself.