is it possible to turn a ScrollState to a LazyList...
# compose
y
is it possible to turn a ScrollState to a LazyListState ?
k
Do you know the height of every single element? If not then no
y
yes i do
z
You can’t convert them, they’re different concrete classes with different capabilities and APIs.