hey,
this may be a stupid question, but I registered an MSPointerDown event handler for an item inside a listview, and once the event fires, it registers an MSPointerUp event handler to the same object so that I can know where the user "releases" the item.
It works fine, expect that when I have many items in the listview, the scrolling messes it up and fires an MSPointerCancel event as soon as I leave the item.
is there a way to fix this? or any suggestions on how to handle this problem?
Thanks!