I want to enable selection just for specific item but i don't know how i can do this. I try with ItemTemplateSelector but we don't have the great attribute in listviewitem. I try with selectionChangEevent but it's doesn't work when we use SelectionMode multiple or extended.
I have a listview with SelectionMode extended and for select item i use swipe gesture with isSwipeEnable true.I want for all items with status "BAD" for example disable swipe selection but click on item for show detailview work.
Regards.
isSwipeEnableto a property that return false if status equals "BAD" and return true for other condition? - har07