馃攽 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.
馃攽 Use case
I'd love to be able to dynamically disable scrolling; for that, I need to override
canScrollHorizonzally()orcanScrollVertically().馃敤 Proposal
Add the
openkeyword to theLoopingLayoutManagerto 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.