oleksandrbalan / minabox

Lazy box library for Jetpack Compose, which allows to display lazy loaded items on the 2D plane.
Apache License 2.0
292 stars 18 forks source link

feat: added scroll direction #5

Closed Tgo1014 closed 1 year ago

Tgo1014 commented 1 year ago

Added the option to lock the scroll direction of the page. This can be useful in situations where a vertical-only LazyTable is inside a ViewPager and consume all the horizontal gestures, not allowing the ViewPager to receive the events.