Hi all,
I have a fixed height scrollable lazyColumn inside another lazycolumn. I do not want the parent lazy column to consume the overscroll delta when flinged on the child lazyColumn.
I think it can be done using
NestedScrollDispatcher
but
modifier.nestedScroll()
needs
NestedScrollConnection
as well. I am unable to formulate how to acheive this.
Any help is appreciated.
k
Kirill Grouchnikov
07/18/2023, 4:12 PM
Convert the inner one to be
items
of the outer one. Nesting lazy columns is just not worth trying to solve these cases.