Scroll list, control how far the last element is scrolled.
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