I\'m trying to use a Pivot control for a calendar type app, where each Pivot view shows some infos about the current day. When the user swipes forw
The guidelines for Pivot control state that it should be avoided if you have more than 6 pages.
Using it for unlimited pages in out of question.
What I would recommend is using TransitioningContentControl with help of touch gestures for flipping forward and backward. TransitioningContentControl allows you to use animation while its content is being changed.