Scroll Box Design

Is there anyway where I can cast the content in one scroll box to another scroll box?
eg. One item in ScrollBox A will be appeared in ScrollBox B after scrolling

Or
Is there a way where I can reshape the ScrollBox?

Yes that’s right! The one that is out of view will be visible in another scroll box. The items are all linked in all scroll boxes.

Thanks!

I don’t understand the part where you want one item in ScrollBox A will be appeared in ScrollBox B after scrolling, can you be clearer? Is that something like if you scroll down or up, the item that is out of user’s view will be add to another scroll box? Or will the item be add to another scroll box when it is selected?

I know this is an old question but you can get the position in the scrollbox (drag off of the scrollbox and you’ll get a “get scroll offset” node) and if everything’s spaced evenly, you can bind an event to be triggered at a certain position so that the item that’s out of view is then created and added to the other scrollbox (if the item is its own widget).