Problem :
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 =).
Solution :
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