henrikhorbovyi
07/07/2020, 6:44 PMmatvei
07/07/2020, 7:13 PMModifier.scrollable
or Modifier.dragGestureFilter
(which will be renamed to scrollGestureFilter later) and return right amount of delta consumed, so the next scrollable parent up in hierarchy receives what child wasn't able to consume. This solves simple cases by default.
We have plan to provide more sophisticated and granular nested scrolling handling later, currently at the prototyping stage. But sharing your usecase mighty help us understand users needs.henrikhorbovyi
07/07/2020, 7:29 PMColumn {
Text("Products")
LazyColumnItems(items = Mocks.products) { product ->
ProductItem(product)
}
}
henrikhorbovyi
07/07/2020, 7:30 PMhenrikhorbovyi
07/07/2020, 7:34 PMText("Products")
is floating over the listmatvei
07/07/2020, 7:42 PMhenrikhorbovyi
07/07/2020, 9:24 PMhenrikhorbovyi
07/07/2020, 9:37 PMhenrikhorbovyi
07/07/2020, 10:00 PMhenrikhorbovyi
07/07/2020, 10:29 PMLazyColumnItems
henrikhorbovyi
07/07/2020, 10:30 PMLazyColumnItems
>>>henrikhorbovyi
07/07/2020, 10:30 PM