Android Question Expanded listview size

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All,
Is there a simple way to autosize the expanded listview ?
That is to autosize the list's expanded height based in its contents ?

Thanks in advance
 

kisoft

Well-Known Member
Licensed User
Longtime User
Hello All,
Is there a simple way to autosize the expanded listview ?
That is to autosize the list's expanded height based in its contents ?

Thanks in advance
Hi. The question is not clear (at least to me) what exactly do you want to achieve? Do you want the drop-down list to have different panel heights ..
 
Upvote 0

Pedro Caldeira

Active Member
Licensed User
Longtime User
I Have a ExpandedListview that, based on parameters from a DB, reads and loads a checklist that create child views, that can have multiple heights.
Each expanded list is a chapter of this checklist inside of a customlistview. I don't know what is the height of the panels until I load them. As of now I am keeping track of those panels height as I load them to calculate the ExpandedListview expanded height in such a way that I can see all the panels inside. The question was, if there is some way to automatically determine automatically the height of the child views of the checklist to set ihe expanded height property.
 
Upvote 0
Top