Stefan Oltmann
10/13/2022, 10:33 AMLazyVerticalGrid
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