Hello Qt Masters,

I wanted to set a dynamic Listview height which will depends on the height of the delegate items. Because I included the listview into a ColumnLayout, and it needs to have a height so that the next element won't overlapped. I've tried listview's contentHeight and implicitHeight properties but it isn't working. Btw, the delegate item has no specific height set also.

Any idea on how to implement it? Thanks!