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
You can use below code :
panoramaRoot.DefaultItem = (PanoramaItem)panoramaRoot.Items[1];