Is it possible to programmatically move from one panorama page/item to the next and get the same kind of animated sliding effect you get when sliding with a
I think the easiest way to achieve this would be to create separate visual states for each item and create animated slide transitions for transitioning to each state. Then you can use VisualStateManager.GoToState(, , true); to initiate the state change.