<https://stackoverflow.com/questions/76930102/how-...
# compose
k
You’ve been asking different variations of what is essentially the same question over the last couple weeks. The core of the answer is always the same - use a single scrollable container (lazy or not) with a single scroll state, and rethink either your design or your implementation to be aligned with that world.
👍 1