H hamed mostafaye Member Feb 18, 2023 #1 Does the tableview have a limit on the number of items(included labels) it displays? What are the tableview limits? Is it possible that increasing the number of items will cause the system to crash? Consider for a typical system(example RAM 4GB).
Does the tableview have a limit on the number of items(included labels) it displays? What are the tableview limits? Is it possible that increasing the number of items will cause the system to crash? Consider for a typical system(example RAM 4GB).
Erel B4X founder Staff member Licensed User Longtime User Feb 19, 2023 #2 It depends. If you are adding views then you can probably add several thousands, maybe more, cells. With strings you will be able to add much more. Upvote 0
It depends. If you are adding views then you can probably add several thousands, maybe more, cells. With strings you will be able to add much more.