B4J Question Obtaining height of a ListView row/line

Didier9

Well-Known Member
Licensed User
Longtime User
In B4A, we can get the height of an individual cell in a listview using SingleLineLayout.ItemHeight so it is possible to adjust the overall height of the control to match the content.
These properties are not available (at least not directly) under B4J. Is there another way to do the same thing?
 
Top