In the iOS-Version of my App I've used the TableView with Sections and IndentationLevel and other of its possibilities. Now I'm looking for an equivalent of it for B4A but all I found was custom scrollviews without those options.
Does anybody know where I can find it or how I can build it myself in an easy way? I want to get the same look in both versions of the app.
There are 3 sections with between 3 and 7 items (depending on data in the source db) in each of it. These items was inserted as TableCells with two lines and different font sizes.
There is no view that is exactly like iTableView. You can use CustomListView to create a similar interface. I asked about the number of items because CustomListView will be too slow for 1000+ items.