Hey, apologies if this is a bit of a boring questi...
# compose
n
Hey, apologies if this is a bit of a boring question. I’ve had a poke at the issue tracker to no avail, I was wondering what tickets / source files should I be watching to see if / when automatic scroll to view type functionality becomes available for lazy layouts? Creating a tv app at the moment (slightly early I know). Would be thinking similar behaviour to the non lazy layouts to allow me to go down the page between the lazy list items and have them scroll into view.
a
You can already scroll to a list item in a non lazy list. And there's also
RelocationRequester
that may be of interest. I'm unsure what you mean by 'automatic', however
n
Basically looking for the same behaviour as the non lazy list in the lazy list where I can scroll to an item and it comes into view 🙂
a
You can use
horizontalScroll(scollState)
to scroll a non lazy list. And then animate to a position using that state
n
@adjpd thanks for your help 🙂 Still not quite what I was looking for as I guess its more of a road map type question about where lazy lists are going, so re-posted to see if we can get more clarity.