Want to make my horizontal scrollView loop endlessly?

Hi i have a menu with several items on a horizontal scrollView.

What i want to achieve is for it to endlessly loop over and over each way.

i have tried adding a runtime listener to listen if a menu item’s x value is below 0 and if it is moving it to the other end but it didn’t work.

Any ideas on what i can do?

Thanks a lot!

I would not use scroll view for this. It will only cause you grieff. I would suggest you create a group and shuffle the item in it around. Handle the touches for scrolling yourself. Unless you really need momentum scrolling you should be fine with that.

I would not use scroll view for this. It will only cause you grieff. I would suggest you create a group and shuffle the item in it around. Handle the touches for scrolling yourself. Unless you really need momentum scrolling you should be fine with that.