Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 7 Pivot control for WPF?

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 =).

like image 553
Jens Avatar asked Nov 02 '10 13:11

Jens


1 Answers

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

like image 87
Matt Lacey Avatar answered Sep 29 '22 00:09

Matt Lacey