adrielcafe / bonsai

:deciduous_tree: A multiplatform tree view for Jetpack Compose
MIT License
360 stars 14 forks source link

Is there a way to disable horizontal scrolling? #9

Closed Yash-Garg closed 2 years ago

Yash-Garg commented 2 years ago

I want to disable the horizontal scrolling of the LazyColumn.

Update - For now I have directly included the bonsai-core lib locally in the app with required changes.