Hello,
I have a scrollView thats has width of the screen size.
Lets say the amount of elements in it maks total width of 10 x screen size.
So in total the scrollView content has width 10x scrollView.
Now I did set friction = 0.96 (so it scrollsFurthers)
I was wonder If at the ended phase of scrollView in scrollListener, or in any other way.
I am able to get destination position at which scrollView will stop.
To simplfy it I want to know exact position that scrollView would stop if there is no more any user action, before it actually stops.
What I want to avoid:
-
Write own scrollView from scratch.
-
Edit source of corona files.
Is is possible with current state of corona?
Thanks in advance.