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
The attached image is a description of what I want to achieve