Hi,
Is it possible to have a repeater that scroll through with navigation arrows? I want to create a visible amount of item (4) from a repeater that is 20+ items in total but want to give the user an option to scroll through the repeater by using the navigation arrows. This should step through the repeater one item at a time.
How do I do this using Wix Studio
Thanks
If it is possible by only using the dataset-options in Wix-Studio → not sure.
But for sure you can generate your wished functionality by code.
Your possible options could be:
- Showing always only 1 item at same time by using up/down arrows (buttons).
- Showing 4-items at same time by using up/down arrows (buttons).
Another possibility even do not need any coding, but some tricky designing.
Let us imagine we have a 20-item repeater list showing on our screen.
Now you want to show only 5-items at same time. Your solution could also be to place a glossy (glas effect scc) looking container as an overlay over the repeater. One on the top and one on bottom. Those containers would cover some certain space on top and bottom of the repeater hiding several items → so you can see only 5 items when scrolling the repeater.