I have a Custom ListView on the entire surface of the page. The items in the list contain several labels and I would like to contain another list with a variable number of items (like a table that does not have to be scrollable - so it has a variable size). How can I make the basic list item have a variable height depending on the size of the list it contains? and how to make a CustomListView display all items without scroll?
The attached image is a description of what I want to achieve
Edit: Better to use CLVExpandable class: https://www.b4x.com/android/forum/threads/b4x-clvexpandable-allows-expanding-or-collapsing-xcustomlistview-items.106148/ Compatible with B4A, B4J and B4i. This example uses a slightly modified version of xCustomListView to create an expandable...