timusus / RecyclerView-FastScroll

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

Methods to show or hide scroller #16

Closed AkshayChordiya closed 6 years ago

AkshayChordiya commented 8 years ago

Hey @timusus

There are situations when we need to dynamically show or hide the scroller so because there could be method to hide the scroller and show it when required.

miguelfs commented 8 years ago

if someone there needs to hide the bubble hint, just set the return value in getSectionName as an empty String (return "").

duanniston commented 7 years ago

Please, I need this