Which modifier to use to add scrollbars to a Compo...
# compose-android
a
Which modifier to use to add scrollbars to a Compose scrollable container?
s
Such a modifier does not currently exist afaik. Jetbrains has made one for Desktop target, and there are some home-cooked ones out there in the wild. I think there is even one inside now-in-android repo? Not 100% sure but try looking around 😄
s
a
Thanks for the code. but your scrollable bar work on
CarouselScrollState
I have to work on
ScrollState
(I am guessing analysing your code will help me. Let me try that)