Scroll list, control how far the last element is scrolled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 1:30 AM
Hi
I've added a scroll list with 10 elements to my view. It works without issues but I would like to change how far it scrolls.
When I scroll up, the list stops when the last element has reached the top of the area. I would like the scroll to stop as soon as the last element is fully visible at the bottom of the area. Is this possible?
If I use a scrollable container I can get this behavior, but I would like to use a list.
/Henrik
Solved! Go to Solution.
- Labels:
-
TouchGFX
-
TouchGFX Designer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 3:52 AM
Hello @Henrik76 ,
Unfortunately, it is not possible to have similar behavior as Scroll Container because Scroll List uses animations and requires different handling. However, you can use Padding Before to force covering the space at the end, but then you will have space at the beginning.
I hope this helps you, don't hesitate to ask more questions.
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 3:52 AM
Hello @Henrik76 ,
Unfortunately, it is not possible to have similar behavior as Scroll Container because Scroll List uses animations and requires different handling. However, you can use Padding Before to force covering the space at the end, but then you will have space at the beginning.
I hope this helps you, don't hesitate to ask more questions.
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 7:09 AM
Thank you for the quick reply.
I will have to make do with the scroll container.
/henrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 7:16 AM
You're very welcome,
Good luck
ST Software Developer | TouchGFX
