2025-06-20 9:42 AM
We can control the overshoot percentage of a scroll list which seems to limit how much a "pull down" is allowed and animated above the top of the list.
Is there a similar thing for the bottom of the list?
a way to keep the list from being scrolled past the bottom of it as it's happening in the below image? (the list contains 9 elements in total.
Solved! Go to Solution.
2025-06-23 7:24 AM
Hello @ARM_and ,
Unfortunately as far as I know, there is no functions to change that.
We are aware of that limitation and are considering changing the implementation.
Regards,
2025-06-23 7:24 AM
Hello @ARM_and ,
Unfortunately as far as I know, there is no functions to change that.
We are aware of that limitation and are considering changing the implementation.
Regards,
2025-06-26 7:02 AM
Thankyou @GaetanGodart .
If you decide not to change the implementation, it would be nice to know if there is some function we can override in our .cpp file and call animateToItem(lastItemIndex - 4, 1) if the newY is out of spec.
-A