https://kotlinlang.org logo
#compose
Title
# compose
z

zoha131

12/03/2020, 4:20 PM
is it possible to use
fillParentMaxWidth()
in
ScrollableRow
? or can I scroll programmatically in
LazyRow
?
a

Andrey Kulikov

12/03/2020, 7:18 PM
this was released in alpha08 https://android-review.googlesource.com/c/platform/frameworks/support/+/1413667. so you can now scroll in LazyRow. not yet to the exact item with animation though for now
z

zoha131

12/03/2020, 7:42 PM
great. thanks