List View and Tile View use a node called ‘Get Scroll Offset’ that returns a Float based on scrolled items.
How do you calculate the end offset?
The only way I can find that’s possible is to force the scroll at the final offset and get the value returned by Get Scroll Offset.
I’ve tried several other methods, but they’re all too imprecise.