https://kotlinlang.org logo
#compose
Title
# compose
g

Gaurav

09/20/2023, 1:24 PM
I have just started compose, trying to implement a screen where there is a list and when clicked on any item, it expand and show a list of item.. I tried implementing using lazycolumn..And item expanded I add item list in column.. But scrolling experience is bad..It stuck while scrolling.. Is there way to fix this..Pls suggest.. Thanksthank you color
h

Hrodrick

09/20/2023, 1:29 PM
You may need to research about
modifier.nestedScroll
. I can’t give much details because I don’t get it at 100%, but I could achieve nice results with it