-
### Description
Having a simple ContentPage with a CarouselView bound to some items like the following, leaks memory on Android when viewing more than 5 items:
```
…
-
Hello,
I am using swipeable with ListView on each of it's item. When I swipe any item, previously swiped item should be re-centered. how can I do that?
-
Enable the RadListView to have execute an action after "full" swipe.
This could be achieved by (just rough ideas):
- defining additional e.g. `swipeLimits.executeThreshold` and respect it in some …
-
### Description
SwipeView is typically used inside a CollectionView to provide an option to delete a collection view item (e.g. by revealing a trash can icon swipe item and using Command binding to…
-
### Checklist
- [X] I have used the search function to see if someone else has already submitted the same bug report.
- [X] I will describe the problem with as much detail as possible.
### App versi…
-
How can I disable swipe gestures for some list items?
-
When removing item that time only one quantity price deleting. Example I selected 10 apples each apple cost 10 rupes so total 100 when I tried to swipe to delete that time 10 rupiees only minuses rem…
-
Hey!
Any way to implement this without deleting an item from the dataset?
`@Override public void onItemSwiped() {
adapter.removeTopItem();
}`
-
-
### What
In some pages we use swipe to the left (for products) but to remove lists we have to long click and for all products we have to use the 3 dot menu.
My suggestion would be to always …