c# - Detect when item is swiped in ListView -
i'd know when item swiped in listview
(vs standard selection)
the listview
has isswipeenabled
property, turns swipe animation on/off, cant seem figure out how detect when item swiped, nor can find event seems provide this.
you either need monitor manipulation events , create own "swipe" event tracking velocity of gestures, or create own kind of listitem.
and example of latter located here
if need assistance more specific portion of implementation, response post , revise answer accordingly.
also, don't forget read on gesturerecognizer if haven't already.
Comments
Post a Comment