Hi @ratanapouy
The default sample Items collection CustomGallerySample contains only 4 sample items
You could create your own sample collection using the default items on App onvisible or on button click or any other scenario based on your need
Example : create a sample collection using the customgallerysample (below I have added it 3 times to my own collection which would give me 12 sample items)
ClearCollect(colSampleGal,CustomGallerySample);Collect(colSampleGal,CustomGallerySample);Collect(colSampleGal,CustomGallerySample);
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly