-
Bug
-
Resolution: Duplicate
-
P4: Low
-
None
-
6.8.3
-
None
I'm using `Qt-6.8.3/quickcontrols/tableofcontents/` as the base for this test. I added a counter to the `delegate` and I increase the counter on a right mouse click on the arrow button, and I display that counter on the items.
I would expect that when I expand the top item, the counter stays the same since the expanded items are only being added to indices 1 and 2. However, it seems like all the items in the view are taken out of the loaded items and reused again, and not in the same order so the first item ends up being used in another place.
Is this the expected behaviour? I would assume that only the section of the view that changed would be affected, not the entire view.
- duplicates
-
QTBUG-116650 TableView rebuilds the entire table when a single row is added/removed
-
- In Progress
-