Synchronize tableview scrollbars
Unsolved
QML and Qt Quick
-
Hi,
i have 2 Tableviews in my qml file. One on the left side and one on the right. Both have the same amount of columns and rows, but different cell data.
If the user scrolls in one of the tableviews the other should also scroll.
Does anyone know a good solution for this? I did not find any events like 'onScroll' or so.I also tried to put all the data in one table but it looks terrible.