Is it possible to have several Lazy rows synced wi...
# compose
m
Is it possible to have several Lazy rows synced with the same
ListState
? ( For example if a user scrolls al rows are scrolled at the same time)
m
you can observe user scroll and programatically scroll all other `LazyRow`s
idk how feasible/clean that is but that’s general idea
I don’t know if many `LazyRow`s can share same state, I’d assume not
s
Why don't you use a
LazyHorizontalGrid
?
m
Because im on an older version until https://issuetracker.google.com/issues/244824895 this makes it into a rc