DingMouRen / LayoutManagerGroup

:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)
4.98k stars 679 forks source link

onPageSelected()回调问题 #58

Open V-Progress opened 5 years ago

V-Progress commented 5 years ago

ViewpagerLayoutManager使用scrollToPosition(0)跳转某页不会回调onPageSelected()方法。 我想做自动轮播的效果,滚动到底部后再使用scrollToPosition(0)跳转到第一页,但此时不再回调onPageSelected()方法。 请问有没有可替代的方法呢?