BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response | |
Support for animation in swiping |
Currently SfListView do not have support for “Swiping animation for ListViewItem”.We have already considered this as feature request and added it into our feature request list, and the feature will be available in our upcoming 2017 Volume 4 release. We will let you know once the feature has been included in the release. | |
Need to swipe an item beyond the SwipeOffset value |
SfListView allows you to load multiple views in both left and right swipe by customizing the LeftSwipeTemplate and RightSwipeTemplate properties.
You can refer the following UG documentation link for more reference.
And based on the given information, we have prepared the sample to meet your requirement by handling the list view’s SwipeOffset property and SwipeOffSet of SwipeEnded event argument as like below code example and you can download the sample from the below link.
Code Example[C#]:
|