timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Scrollbar outside Recyclerview #53

Closed Ajtak closed 6 years ago

Ajtak commented 7 years ago

Is possible add scrollbar outside RecyclerView?

timusus commented 7 years ago

The ScrollBar could be decoupled from the RecyclerView, and if I had my time again, that is the approach I would have preferred.

But this is not currently possible.

Ajtak commented 7 years ago

I know, that clear recyclerview its supported with atribute scrollbarStyle="outsideInset", witch make, that scrollbar is outside.

PS: Your library is best :)

Ajtak commented 7 years ago

My idea is same as this: MyIdea

timusus commented 6 years ago

That image is no longer available. Feel free to reopen if you'd like to elaborate on the requirements for this feature.