Please see attached image for what I mean. This is a “fake” social media site, and I’d like every circle in the vertical menu to represent a post and anchor to that post.
However, this is a dynamic page layout which reads from a dataset so the amount of posts displayed in the repeater varies. Is there a way to generate this vertical menu dynamically?
Thanks in advance!
Yes this should be possible.
Every-element has the → “scrollTo” command-option.
Since you also have elements inside of your REPEATER, you can use this option to navigate to an exact element inside of your repeater.
But pay attention to use → “$item” instead of “$w” inside of REPEATER, either it won’t work.
Thanks so much for pointing me into the right direction. I think this should help me scroll to the items. The only other thing I’d need to figure out is how to hide/show the circular buttons depending on the number of items in the repeater.
Repeater has its own → INDEX (maybe you can use it).
But since i don’t have enough input, i can’t tell you more.