sectionList的顶部滚动到顶部滚动到最上面的项目之后的空白页面。
我只想滚动到最顶部的项目,但它滚动到顶部的空白页面
我用了一些不同的东西
1)
this.sectionListRef.scrollToLocation({ sectionIndex: 0, itemIndex: 0 })
2)
this.sectionListRef.scrollToLocation({ sectionIndex: 0, itemIndex: -1 })
3)
this.sectionListRef.scrollToLocation({ sectionIndex: 0, itemIndex: 0, viewOffset: 200 })