Limited number of displayed elements

Hi. I want to display a limited number of items in list viev only. In the global initiation I want to leave an unlimited number of elements. It is possible?

You will need to create a sublist from your unlimited list to display a limited number of items in your listview. Decide the number you want in your sublist then you can select either randomly or by index (length of list helps here)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.