Is it possible to keep a ScrollView scrolled to the bottom?

前端 未结 16 1306
误落风尘
误落风尘 2020-12-04 17:13

For a chat-like app, I want to keep a ScrollView component scrolled to the bottom, because newest messages appear under the older ones. Can we adjust the scroll

16条回答
  •  执笔经年
    2020-12-04 17:48

    A bit late... but look at this question. Scroll to top of ScrollView

    ScrollView has a "scrollTo" method.

提交回复
热议问题