Is it not possible to have a scroll list (vertical) with a scrollable container (horizontal only) within the item template?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 2: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.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 9:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-09 1:38 AM
Thanks. I wasn't aware you needed to direct the drag and click event to individual containers.
