I’m making a Windows Phone 7 app with a few different pivot pages. I want to execute some C# code in Visual Studio which moves to a different pivot to the one that’s currently open.
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.
Use the SelectedIndex property of the pivot control to move to the desired one.
For instance, if you want to go the the second pivot, you set SelectedIndex to 1.