Thanks for trying to solve my problem, but in my project, all items have the same height, and yet the last item appears cut off, regardless of how many items the list contains. Could it have something to do with the clv's internal scrollview? Something like clv.sv.height? Actually, I tested this and it worked for all items, without cutting off the last one, but it doesn't work for all screen sizes. I used the line: clvcompras.sv.Height=2*Label4.Height+170dip
This label4 is hidden in the layout where the clv is located and contains the height of an item. Actually, I found this value by trial and error, but as I said, it doesn't work for all screen sizes.