Hey Guys,
I am trying to place N LazyColumns in a row to create a table structure and I want a common vertical scroll instead of individual scroll for every LazyColumn. Has anyone achieved a common scroll for two or more LazyColumns?
I tried implementing it by observing firstVisibleItemIndex and firstVisibleItemScrollOffset and then scroll the other columns. It is working but not so good. It is completely glitchy and there is a definite lag in scroll of other columns. Let me know of you have worked or seen something like this. Thanks.