使用Vertical RecyclerView拖动滚动条(快速滚动)时,始终在顶部偏移处

时间:2019-07-11 14:41:17

标签: android android-recyclerview android-room fastscroll android-paging-library

我想在我的大数据集RecyclerView中实现这样的快速滚动,我正在使用com.simplecityapps:recyclerview-fastscroll这个库来快速滚动。

Fast Scrolling Large Data Set

项目位于顶部偏移处,这是我在快速滚动时要执行的操作。

这可以在顶部滚动:scrollToPositionWithOffset(position, 0),但这是通过代码手动触发的。

我想要滚动条。

我曾经尝试过使用LinearSnapHelper,但这对滚动条没有帮助。

我正在使用Room and Paging Library延迟加载数据。

谢谢。

0 个答案:

没有答案