Is it possible to have a scrollable composable (e....
# compose
n
Is it possible to have a scrollable composable (e.g.
LazyColumn
) inside a draggable and have scrolling events arrive at the scrollable when the gesture is “not compatible” with the dragging mechanism? 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.