How to "loop mode" #600
Unanswered
spacedev75
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is not that simple question, one idea could be having a list of 100 items, you need to render extra items before and after [97, 98, 99, 0, 1, 2, ..., 99, 0, 1, 2, 3] and when scrolling down hitting the last element need to scroll to first, and when scrolling up hitting first need to scroll to last. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quite simple question but how can I get a "loop mode", when I get to the last index, loop to the first one ?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions