Possible Duplicate:
Navigate between panorama items wp7
I have a listview in the default PanoramaItem with other PanoramaItems Like category, favorite, settings etc. All these PanoramaItems are listed in the listview and on change in selection of listview item it should take to the corresponding PanoramaItem. But i tried to change using Panorama.selectedindex but it is readonly property. The other approach was to change defaultItem on OnNavigationTo event but since my listview is inside same Panorama hence this approach won't work. Is there some direct aproach to this?
Just set the default item to which item u want to load for the user's view..
panSOS.DefaultItem = panSOS.Items[1];