StickyHeaders icon indicating copy to clipboard operation
StickyHeaders copied to clipboard

StickyHeaderLayoutManager doesn't display scroll bars

Open cosminstirbu opened this issue 5 years ago • 4 comments

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

cosminstirbu avatar Jul 18 '18 09:07 cosminstirbu

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

nikz-dev avatar Sep 05 '18 13:09 nikz-dev

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

cosminstirbu avatar Sep 05 '18 14:09 cosminstirbu

Is there a solution for this?

Pranoy1c avatar Dec 25 '18 00:12 Pranoy1c

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

ShamylZakariya avatar May 29 '19 17:05 ShamylZakariya