How to correctly add new data to TableView and scroll to it

后端 未结 3 880
北海茫月
北海茫月 2020-12-20 17:14

Problem

I want to add data dynamically to a TableView and scroll to the new data\'s position. But when the rows in the TableView reach the ViewPort

3条回答
  •  借酒劲吻你
    2020-12-20 17:18

    I dont find a solution but the problem is not about using scrollTo() method it's always happen when you're scroll to bottom (even manually) and increase the window height when the scroll disappear i don't know why need to open a bug ticket

提交回复
热议问题