Windows Phone 8 Panorama SelectionIndex not changing on swiping through items
- by Balraj Singh
I have created Panorama control and binded PanoramaItem from ItemSource. Now when i am changing the selected Panoramaitem by swiping over them the Selected index is always set to -1. I dont know what wrong i am doing while implementation. neither selectionchange event is getting fired.
Code:
<phone:Panorama Grid.Row="1" Visibility="Visible"
…