flexbox-layout icon indicating copy to clipboard operation
flexbox-layout copied to clipboard

For Horizontal Recyclerview scrollbar doesn't scroll until the right edge of the screen

Open NewAndOldAdrian opened this issue 2 years ago • 0 comments

  • [ ] I have searched existing issues and confirmed this is not a duplicate

Hello, I'm using FlexboxLayoutManager for Recyclerview with this configuration:

val flexboxLayoutManager = FlexboxLayoutManager(requireContext()).apply { flexDirection = FlexDirection.COLUMN justifyContent = JustifyContent.FLEX_START flexWrap = FlexWrap.WRAP }

The Recyclerview has horizontal orientation and the main issue is in some cases depending on the number of items the scrollbar does not reach towards the right edge of the recyclerview. I can scroll the entire content of the recyclerview(thats not an issue) but sometimes the scrollbar doesn't reflect my real progress.

Can someone help me with this issue? Thx

NewAndOldAdrian avatar Oct 12 '21 06:10 NewAndOldAdrian