Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.7.1
-
None
Description
When you create a ListView with sections, and each section has more than one item, the ListView's contentHeight varies while flicking the list.
Interestingly enough, when each section has only one item OR the section delegate's height is 0, the contentHeight remains correct when flicking the list.
See the attached QML example.