hey guys, is there a way to force show the scrollb...
# compose-android
h
hey guys, is there a way to force show the scrollbars when using?
Copy code
.verticalScroll(rememberScrollState())
a
https://developer.android.com/jetpack/androidx/compose-roadmap Scrollbars are currently "in focus"; not implemented yet. You can do it yourself though, shouldn't be too hard.
👍 1
m
You can take a look at nowinandroid implementation as a reference: https://x.com/alex_vanyo/status/1705384980896206987?s=20
☝️ 1