How to determine when TableView v2 is finished updating after modelReset()
Unsolved
QML and Qt Quick
-
Hi there. It seems as though
TableView
v2 loads its delegates and setscontentHeight
on a zero-second timer. Is that accurate? In any case, is there any way to get a signal or callback after contentHeight is finished?All I want to do is scroll TableView to the end after the model has been reset.
Cheers.