Android Question CustomListView with all items visible

ThePuiu

Active Member
Licensed User
Longtime User
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
 

Attachments

  • wish.png
    wish.png
    20.6 KB · Views: 168

AnandGupta

Expert
Licensed User
Longtime User
Check

It may help.

Regards,

Anand
 
Upvote 0
Top