Is there an implementation of the WP7 pivot control that can be used by a "normal" WPF project? I am especially looking for touch support and nice transition animations =).
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.
Due to dependency issues you cannot use the control from Micorsoft.Phone.Controls.dll.
However, before the official control was released a version was created and released under Ms-PL, so you could try recompiling this to run under WPF. The source can be found at http://phone.codeplex.com/releases/view/49437