y673893131 / qmlTableView5_12

qml for tableview(5.12) quick control 2 damo ,support resize width, swap column
6 stars 4 forks source link

The contentWidth of Listview changes while move the scrollbar of tableview #2

Open HenryLiuY opened 2 years ago

HenryLiuY commented 2 years ago

Hi,

I tested your codes, and it's work well very much. But I still found an issue as below: I add more columns of tableViewEx, about 50 columns. In this case, when I move the horizontal scrollbar in tableview very quickly, the contentWidth of ListView changes, but the tableview's contentWidth keeps the same. So the Listview's contentWidth will get longer than tableView's.

I try my best to find the root cause, but I can't. Could you help me with this issue? thanks very much.