I have a scrollable Column and 3 nested LazyColumn (with fixed height), I don't want to propagate the scroll from a lazycolum to the parent column. I managed to do so with a nestedScrollConnection, but when at the end of the LazyColumn, there is no stretch of the list. Is there a way to have this stretch for a nested lazycolumn ?
Thanks !