DarkWolfalpha Member Sep 18, 2021 #1 Hi! I have a List with this number items : 55,88,64,107,189,234 How can get big numbers in this list?
Hi! I have a List with this number items : 55,88,64,107,189,234 How can get big numbers in this list?
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2021 #2 List as a data collection or list as a UI element? Both cases are unreasonable. For a data collection you need to use a database. For a UI element this is simply too much. It will take the user several thousands of years to scroll the list. Upvote 0
List as a data collection or list as a UI element? Both cases are unreasonable. For a data collection you need to use a database. For a UI element this is simply too much. It will take the user several thousands of years to scroll the list.