is There any rememberScrollbarAdapter that accept ...
# compose-desktop
a
is There any rememberScrollbarAdapter that accept LazyGrid state?
a
it seems work just for GridCells.Fixed in my case I have
Copy code
GridCells.Adaptive(160.dp)
m
Thats weird, I use adaptive as well and it works for me
s
@Mitchell Syer I tried your code and for me it's also buggy with Adaptive. 😕 Strange that it works for you. @Akram Bensalem Did you find a fix? Currently I can't update from Compose-jb version 1.1.1 due to missing scrollbars.