is it possible to use `fillParentMaxWidth()` in `S...
# compose
z
is it possible to use
fillParentMaxWidth()
in
ScrollableRow
? or can I scroll programmatically in
LazyRow
?
a
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
great. thanks