Is there a new way to create Scrollbars? `Vertical...
# compose
a
Is there a new way to create Scrollbars?
VerticalScrollbar
seems no longer to exist..?
s
Compose for desktop seems to have one still, under
androidx.compose.foundation.Scrollbar.desktop.kt
a
Looks like its not supported for jetpack compose on android yet, same for overscrolling effects. It's not being released with the 1.0 either, but will probably come later. Recyclerview diffing animations are also still not implemented and scheduled for later.