How do I make a Horizontal Arrangement Scroll return to the beginning with a subsequent action?
Are you referring like a scroll to position?
Yes. Can you help me?
Have you tried using Recyclerlist?
What are you creating though?
Thank you, but what would the integration of these blocks with Horizontal Arrengement Scroll look like?
Can I know what are you creating in that horizontal arrangements
I have items on a list. When I click on this list, I open a pop-up window. In that window, I have some images inside a Horizontal Arrengement Scroll. I slide to the end to see the images, and then, when I click on another item in the list, I need this window to go back to the beginning so that the images only in the clicked item are displayed the first image. And so on. He understood?
Of course ![]()
Do you know how to use RecyclerList? Because you can create that images dynamically, I think you’re creating it 1by1
That’s right. I’m creating 1by1. I prefer it. Hahaha
Am not on my desk, I would love to provide aia file, would you mind going step by step? Also if you don’t mind can I see the list of these image’s?
Sorry
but I was referring from your code, after clicked are you getting list of images, then select from that list and display it?
Hi dear,
If you are not using Recycler List, you can use
Kindly provided by colintree.
Register the arrangement in Screen.Initialize

and when you open the pop-up window call ScrollTo(0)

Yes. That’s right.
My friend. It worked very well. Thank you very much.
I personnaly use the (free) extension Scroll handler for relocating a vertical scroll arrangement to the desired position (or to the top).
You can use it for horizontal too.