2020-09-08 02:28 AM
I would like to achieve scrolling to the left on an item in the scroll list will reveal a set of buttons that can perform some operations on the item. As you can see on iOS.
The scrollable container dosen't seem to receive horizontal scroll.
Is there any fix or is it not possible?
Solved! Go to Solution.
2020-09-08 09:55 AM
Hello,
A while ago I made a very quick example about a ScrollList inside a ScrollList. Maybe this can help.
What you want to achieve is complex and can be hard to implement and particularly when you want to manipulate all the items.
/Alexandre
2020-09-08 09:55 AM
2020-09-09 01:38 AM
Thanks. I wasn't aware you needed to direct the drag and click event to individual containers.