Not sure if this is the same on other platforms, but for some reason, when I click on a picker in a page (in Windows Phone) to choose an item, I'm getting the OnDissappearing method of the page getting called. Is this correct? I need to be able to distinguish someone actually changing a page, from someone just hitting the picker. Anyone have any ideas on this? I could create another custom renderer and use the MouseLeftButtonDown event on the ListPicker, but ideally there would be a forms way of dealing with this directly.
regards