美文网首页
FlatList中的scrollToEnd, scrollToI

FlatList中的scrollToEnd, scrollToI

作者: wlianfu | 来源:发表于2017-07-31 09:50 被阅读1152次

    此方法可以跳转到页面顶部

    this.refs.flatlist.scrollToIndex({viewPosition: 0, index: 0});
    

    此方法可以跳转到页面底部

    this.refs.flatlist.scrollToEnd();
    

    相关文章

      网友评论

          本文标题:FlatList中的scrollToEnd, scrollToI

          本文链接:https://www.haomeiwen.com/subject/qwullxtx.html