Implement Circular ScrollView/ListView vertical

Hello,
I’m trying to add cyclic spin in cocos creator V2.4.9.
I have 9 to 11 sprites and It’s should scroll vertically direction. When we reaches on last item then next item should be first item. same when we reach to first item the previous item should be last item.

I tried removing child from the top and add it to bottom or vice versa based on child position but removing and adding child will create a glitch due to content resize mode in scroll view was set to container. if I change it to null it still does not work and there is a glitch.

Please suggest or help me how to achieve the task.

you can refer to :

and: