Here is scenario:
When Left swipe is started I want to change default row template (hide button)
So, in my ViewModel model I have a field. And in OnSwipeStarted event I am changing some ViewModel field that is binded to IsVisible property of button:
IsVisible="{Binding ButtonVisible}"
When Swipe is ended I am setting ButtonVisible to true.
So everything is worked except ending swipe with tap (in this case ButtonVisible stays false and button is hidden)
Hello!
Any update? I was unable to find reset event as included in last release.