What is the best way to add a scroll bar to a Lazy...
# compose
s
What is the best way to add a scroll bar to a LazyColumn in Jetpack Compose?
a
https://github.com/android/nowinandroid/pull/722 is a great PR to copy learn from
👍 1
Otherwise scrollbars are in focus, so you should expect it to eventually be "native" to JC
👍 1
s
Thank you
n
I've been using this scrollBars code written by Albert(@Albert Chang) so far, and I'm using it in production, and it's running fine without any issues https://gist.github.com/mxalbert1996/33a360fcab2105a31e5355af98216f5a
m
564 Views