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

jasu

08/22/2022, 10:09 AM
I have a LazyVerticalGrid inside Column (vertical scroll enabled) I want to have only column’s scroll but the same time don’t want to disable scroll of grid (as it’ll not report scroll action to the column) due to this, scroll is not that smooth
z

Zach Klippenstein (he/him) [MOD]

08/22/2022, 1:32 PM
Are you saying nested scrolling isn’t working between the lazycolumn and verticalScroll?
j

jasu

08/23/2022, 9:25 AM
yes
z

Zach Klippenstein (he/him) [MOD]

08/23/2022, 2:55 PM
Can you post your code?
60 Views