Join Slack
Powered by
hey guys, is there a way to force show the scrollb...
# compose-android
h
Hristijan
10/02/2023, 1:17 PM
hey guys, is there a way to force show the scrollbars when using?
Copy code
.verticalScroll(rememberScrollState())
a
ascii
10/02/2023, 1:39 PM
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
MR3Y
10/02/2023, 1:41 PM
You can take a look at nowinandroid implementation as a reference:
https://x.com/alex_vanyo/status/1705384980896206987?s=20
☝️ 1
2
Views
Open in Slack
Previous
Next