Hello,
I was forced to copy the autoCompleteTextField component and create a version that suits my needs. Everything is turning out quite well, just that within this class there is the "calcPopuupHeight" method that uses the following instruction to return the size of the popup window:
int listHeight = items * l.getElementSize (false, true) .getHeight ();
In the List component I have not found anything that returns the size of the elements.
Thank you for your support