SyncfusionExamples / Customize-swipe-view-in-xamarin-forms-listview-

This repository contains the sample about how to customize swipe view in xamarin.forms listview
1 stars 2 forks source link

Custom-swipe-view example doesnt perform any actions because the itemIndex is always equal to -1 #1

Open davefxy opened 4 years ago

davefxy commented 4 years ago

Custom-swipe-view example doesnt perform any actions because the itemIndex is always equal to -1. The behavior doesn't update the code behind itemIndex.

davefxy commented 4 years ago

Custom-swipe-view example doesnt perform any actions because the itemIndex is always equal to -1. The behavior doesn't update the code behind itemIndex. If I remove the behavior reference, add SwipEnded event and update the itemIndex in this event, it works.