cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

No smoothScroller like RecyclerView #410

Closed carollynn2253 closed 8 years ago

carollynn2253 commented 8 years ago

I can't find smoothScroller like RecyclerView.

https://developer.android.com/reference/android/support/v7/widget/RecyclerView.SmoothScroller.html

carollynn2253 commented 8 years ago

I found a tricky way to do this. MyUltimateRecyclerView.mRecyclerView.smoothScrollToPosition(0);