This is a migrated thread and some comments may be shown as answers.

How to stop swipe animation after the RadListView item has reached the offset value.

3 Answers 98 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Sheng Kuo
Top achievements
Rank 1
Sheng Kuo asked on 23 May 2017, 09:00 AM

As the title, because the item swiping offset value is not changetable, so the item is always being moved left/right too long, users should need the item only to be swiped left/right with a fixed offset, don't swipe to long. The offset I mean is the swiping offset, not swiped offset, items should stop moving after the offset has reached configured value.

Is there any solution for this issue?

3 Answers, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 23 May 2017, 04:44 PM
Hi Sheng,

The RadListView cell swipe gesture doesn't have a "MaxSwipeOffset" property. We do have this feature request on our backlog, you can follow and upvote it here in the Feedback Portal


The currently available options for cell swipe offset are the following:
  • SwipeThreshhold (double):
  • Gets or sets the length (in pixels) of the swipe gesture which is required to trigger the feature. Any shorter swipe will not be respected. It's default value is 0.
  •  
  • SwipeOffset (Thickness):
  • Gets or sets how much the swiped cell will be moved to the side and stick there. It's default value is 100.
Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Sheng Kuo
Top achievements
Rank 1
answered on 23 May 2017, 05:02 PM
Ok, I got it! Thanks Lance.
0
Sheng Kuo
Top achievements
Rank 1
answered on 23 May 2017, 05:02 PM

OK, I got it!

Thanks Lance.

Tags
ListView
Asked by
Sheng Kuo
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Sheng Kuo
Top achievements
Rank 1
Share this question
or