### :key: Use case I'd love to be able to dynamically disable scrolling; for that, I need to override `canScrollHorizonzally()` or `canScrollVertically()`. ### :hammer: Proposal Add the `open` keyword to the `LoopingLayoutManager` to allow extending it. ### :wrench: 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. ### :memo: Other info N/A ### :bee: Request for assignment If possible, I would like to implement this.