ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 185 forks source link

StickyHeaderLayoutManager doesn't display scroll bars #95

Open cosminstirbu opened 6 years ago

cosminstirbu commented 6 years ago

Hi,

Even though I'm setting the android:scrollbars="vertical" attribute on the activity_demo.xml RecyclerView, the scroll bars are not displayed.

Looking at the implementation, it seems that StickyHeaderLayoutManager doesn't override the computeVerticalScrollXyz methods from RecyclerView.LayoutManager

Can you please look into this?

Thank you, Cosmin

nikz-dev commented 6 years ago

Hi @cosminstirbu , I am also facing the same issue, Are you able to find any solution?

cosminstirbu commented 6 years ago

No solution. We simply don't display it :(

Pranoy1c commented 5 years ago

Is there a solution for this?

ShamylZakariya commented 5 years ago

Can you provide a way to replicate this? I have had no trouble with scrollbars - they show just fine in all my tests and uses