> > Thanks mate!!! That worked fantastic!
> > I didn't know that i can pick items that easily if i put them in container!
>
> Hi Can you share the list example. I also need it for my project.
https://i.postimg.cc/28hqqfwD/list1.jpg[/img]
https://i.postimg.cc/fRsVmg20/list2.jpg[/img]
This is how i implemented scrollable list in my project. If you have any question, feel free to ask.
Thanks for the code. Can you share capx too. It will help in better understanding.
Dop and your help I need for lazy loading thing for scrolling list. Assume for scrolling list there are 100 blocks and each block has unique image. Construct 2 loads all images before starting the game right so downloading 100 images will add lot of delay to the game. Here as a solution websites use lazy loading. For example, in first view only 10 blocks are visible so only 10 images are download. When user scrolls further, 5 new blocks are added to the screen so only 5 new images are download thus it saved unnecessary downloading of images. Can you help out in achieving the same.
Regards,
Jatin