Hi all. I have a question related to nested scroll...
# compose
n
Hi all. I have a question related to nested scrolling inside draggable and swappable components. I have been investigating Crane App. The BottomUp Slider view contains list. Which causes the list to consume all scroll until it reaches to bottom. Then finally the slider scrolls. I was able to overcome this issue by disabling and enabling LazyColumnFor, but it is not smooth at all. I wonder if there is a better way to handle it?
m
Good usecase. Yeah there will be way more granular control over the nested scrolling in the future, probably will be done via state hoisting and manual delta consumption calculation, which will cover most of the usecases, including yours 🙂
n
Hi @matvei. Thank you for reply. It is nice to hear it because it is the most used feature in app development. And by combining them we can have really good UI effects.
m
Agree 100% 🙂 Stay tuned!
👍 1