Is there a scrollbar for the LazyVerticalStaggered...
# compose-desktop
m
Is there a scrollbar for the LazyVerticalStaggeredGrid and LazyHorizontalStaggeredGrid yet? Was looking and couldn't find anything about it
a
There is currently no ScrollbarAdapter implementation for LazyStaggeredGridState
m
Thanks, is there a idea when it will be implemented? We are planning to use staggered grids for one of our screens and we need a scrollbar for trackpad users, unless we need to implement a stopgap solution
a
Probably not before 1.7
You can try implementing it yourself, using the existing implementations as a guide
m
sad panda
I'll give it a try if I have time, otherwise we will probably look into stopgap solutions
w
If you’re locked into 1.5.11, may not be an option…
m
No, that's a scrollbar expect/actual for a LazyList. Not a StaggeredGrid
👍 1
w
My bad, should’ve read the issue for better context first
👍 1