I'm migrating to the new version of `LazyVerticalG...
# compose-desktop
s
I'm migrating to the new version of
LazyVerticalGrid
which has a
LazyGridState
instead of a
LazyListState
. I want to display a scrollbar. I used
VerticalScrollbar
together with the
LazyScrollbarAdapter
... This only works with
LazyListState
... is something similar available for
LazyGridState
? Someone mentioned https://github.com/Suwayomi/Tachidesk-JUI/blob/master/ui-core/src/desktopMain/kotlin/ca/gosyer/jui/uicore/components/DesktopScrollbar.kt#L105 , but it's broken for
GridCells.Adaptive
Edit: Okay, it's already known as https://github.com/JetBrains/compose-jb/issues/2029