danoz73 / RecyclerViewFastScroller

A Fast Scroller for the RecyclerView world!
Other
1.13k stars 211 forks source link

Scroll direction is not natural #64

Open ericntd opened 8 years ago

ericntd commented 8 years ago

How do we reverse it?

I've already tried the following but it's not working

// ...
LinearLayoutManager linearLayoutManager = new LinearLayoutManager(getActivity());
        linearLayoutManager.setReverseLayout(true);
        linearLayoutManager.setStackFromEnd(true);

        recyclerView.setLayoutManager(linearLayoutManager);
// ...
zoff99 commented 8 years ago

+1 scroller is reversed i hope its possible to add and option to reverse it so it scrolls in the correct direction