Hi Jairo,
Thank you for using Syncfusion Products.
We have checked the reported issue “ResetSwipe is not resetting the swiped item” at our end and we suspect that SfListViewRenderer might not be initialized in the application. So, we recommend you to initialize the SfListViewRenderer.Init() in the MainPage constructor before the LoadApplication is called in UWP renderer project and for iOS renderer project, you need to initialize the SfListViewRenderer.Init() in the FinishedLaunching overridde method of the AppDelegate class after the Xamarin.Forms Framework initialization and before the LoadApplication is called.
For more information about initialization of SfListView in each platform, please refer the below UG documentation link.
For your reference, we have prepared a sample which illustrates the customization of SwipeTemplates in SfListView and you can download it from the below link.
In the above sample, we have reset the swipe when the item is deleted after swiping is performed and then tapped on the delete image and we did not face any issue. Could you please check with the above sample?. If the issue still reproduces at your end, please modify the above sample to reproduce the issue and update us with replication procedure or video link and also could you please share the below information? which would help us to analyze the issue better and update you with appropriate solution.
- Whether the issue replicates only in specific platform like Android or in others such as iOS and UWP platforms too?
- Can you please share the SfListView version and Xamarin Forms version?. We have tested in Xamarin Forms (v 2.3.3.180) and SfListView (v 15.1.0.41).
Regards,
Dinesh Babu Yadav