TellH / RecyclerStickyHeaderView

Sticky header view or suspending view for RecyclerView.
Apache License 2.0
345 stars 57 forks source link

ScrollToPosition(position) method not working properly. #8

Closed gajerarajnit closed 6 years ago

gajerarajnit commented 6 years ago

I want to scroll recyclerview to particular position when list load in recyclerview. i used two methods but not working.

  1. mRecyclerView.scrollToPosition(position);
  2. mRecyclerView.getLayoutManager().scrollToPosition(position);

Any help.