Hi everyone, i'd like to ask regarding nested scro...
# compose
s
Hi everyone, i'd like to ask regarding nested scrolling in compose.. let's say i have a reusable composable with LazyColumn as its root, this composable is used throughout the application and then there is this requirement where this composable need to be appeared twice in a page, in the top and in the bottom .. the content between those composable is also need to be scrollable, how can i achieve this kind of use case in compose? Previously with RecyclerView i can just set nested scrolling for the top and bottom view to false and it's working as expected, is there any way to do this in compose? Thanks