Is it possible to have nested scrolling but with a...
# compose
n
Is it possible to have nested scrolling but with a scrollable component inside a draggable component? For example: a vertically draggable bottom drawer that can only be dragged up to a certain height and, inside it, a LazyColumn; in this case, when the bottom drawer has been dragged up to the maximum height, I would like the LazyColumn to receive the gesture as scroll.
n
Thanks a lot for the reference! I will read it carefully to understand how it works.