I have a list view, on a panoramic control. I\'ve also created an event for MouseLeftButtonUp however I find that when scrolling between the panorama items the MousLeftButto
Checkout the Tap gesture from the Gesture service that's part of the toolkit.
WP7 Tip of the Day: Silverlight Toolkit: Gestures
and
public void GestureListener_Tap(object sender, GestureEventArgs e) { System.Diagnostics.Debug.WriteLine("tap"); }