-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.7.0, 5.11.1
-
None
-
Win 10 x64, Qt 5.11.1 x86
I use TableView from QML and from native Qt (QTableView). If I have more 1000/2000 rows it lags when I use scroll by mouse (click and move down or up). In this time I see that it works not so quickly.
Is it normal? I think that Qt paints items dynamically and unloads items that are not visible for users, maybe I wrong.