I am using SfListview in my Xamarin.Forms app. I am using left swipe, right swipe and drag and drop features in the listview. I wish to remove swipe and drag and drop for last item alone. I am using last item as
Add Item row, so that user can add new item to the list dynamically at runtime. But I wish to remove swipe and reordering feature which doesn't make sense for last item.
Is that possible???