Recyclerview scrollToPosition doesn't work with NestedScrollView

604 views Asked by At

So I have a Recyclerview within a NestedScrollView. When I say recycleview.scrollToPosition(X) or recycleview.getLayoutManager().scrollToPosition(X) it doesn't work at all.

If I move the recycleview out from the nestedScrollView it work fine, but I can't do it , because of the layout structure! Any idea?

0

There are 0 answers