danoz73 / RecyclerViewFastScroller

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

Scroll bar appears at the bottom when number of items less #65

Open nerd-sj opened 8 years ago

nerd-sj commented 8 years ago

If the recyclerview has less items (say 2 items) , the scroller still shows with its position at the bottom. Tried with your example too . Same results . Ideally the scroller should show only when no of items in recyclerview > last visible position . Can you tell me how to solve this?