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 =).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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 |
||||
|