(Smooth)ScrollToPosition doesn't work properly with RecyclerView

后端 未结 16 1392
既然无缘
既然无缘 2020-12-03 04:29

I\'m using basic RecyclerView with GridLayoutManager. I observed that nor smoothScrollToPosition nor scrollToPosition works properly.

a) when using smoothScrol

16条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-03 04:53

    when you use scrollToPosition it will show it on top of the recycler view.

    But if you use smoothScrollToPosition it will scroll till it come in to Window Visible. that's why while smoothScrool to item below, it will show it on bottom

提交回复
热议问题