Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.2.4, 6.3.0
-
None
Description
When the height of a section delegate changes, ListView does not relayout its children. This causes graphical glitches as seen in the attached screen recording.
I'd expect ListView to handle height changes of its section delegates the same way as height changes of its normal non-section delegates.
Example code attached.