🔑 Use case
I'd love to be able to dynamically disable scrolling; for that, I need to override canScrollHorizonzally() or canScrollVertically().
🔨 Proposal
Add the open keyword to the LoopingLayoutManager to allow extending it.
🔧 Alternative
The reason I want to disable scrolling is that I'm using it as a pager, when there's just one element, scrolling should be prohibited.
📝 Other info
N/A
🐝 Request for assignment
If possible, I would like to implement this.