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.