orangy
06/12/2022, 1:03 PMLazyColumn
and I want it to retain scroll position relative to the item key when I update the content. E.g. if I have items from the listOf(1,2,3)
and I scroll to top, and then update data and repopulate items from listOf(0,1,2,3)
I want scroll position to be still at item 1
with the same offset, and to see item 0
user would need to scroll up. Any hints on how to implement this effectively?Marcin Wisniowski
06/12/2022, 2:13 PMZoltan Demant
06/12/2022, 2:15 PMorangy
06/12/2022, 3:23 PM