Hi there I have a lazyColumn and each item in it has N children composable so every item has indefinite height I want to scroll to a specific child in an item let it be 3 no child in item #3 so I am only able to go to item but not able to scroll to child and every item has height of multiple of screen height anyone has the solution for it pls help me thank you.
z
Zach Klippenstein (he/him) [MOD]
11/11/2022, 3:30 PM
If your lazy list has items that are larger than the view port, it would be better to break them down so the lazy list can actually do its thing.
Zach Klippenstein (he/him) [MOD]
11/11/2022, 3:31 PM
But to your question, you could use BringIntoViewRequester on the child once the item is composed.