Add child at index 0 of scroll box

I think the only solution is to get all existing children, store their configuration or class in an array. Sort the array however you want and then reconstruct the scroll box content.

I don’t understand where i am getting wrong here’s is my project

Trying as you said

The only thing i am trying is for never ending loop

Please have a look : link text

Hello , I wanted to add child at index 0 of scroll box and sometimes i want to remove child at index 0

As we are having remove child at Node can we expect add child at node?

if not is there any other solution available to add at specific index in runtime wherever i wanted in scroll box

sometimes i wanted to add in last then i can use addchild node but when i wanted to add on the top i am not able to understand how to do that

Or is there any technique to loop the elements in scroll box like never ending

Hi, Do you find the solution?
I have the same issue.