Search code examples
windows-phone-7animationpanorama-control

animating panorama control when set pragmatically


I'm using

panoramaControl.DefaultItem = panoramaControl.Items[index];

to navigate the panorama control from one to another, but sliding effect is not seen in this case. what can be done to achieve this?


Solution

  • What you're seeing is a limitation of the platform.

    You should also note how setting the default item changes the panorama parallax background (and/or header).