Hello, I would like to have a `LazyRow`, but with ...
# compose
f
Hello, I would like to have a
LazyRow
, but with two specific requirements: 1. start centered on the 2nd element (I can scroll to it, but i would need some callback regarding the visible/centered element to be able to keep state after scroll) 2. the centered element should be slightly bigger than the rest (to be highlighted). But I have absolutely no idea how to do this. Do any of you have any idea or can you give me any tip on how to advance? Image added below to show the desired view
1
f
I am sorry, that is exactly what I want in terms of scrolling behaviour ! Thank you !!
It even has a property for the currentPage to be able to manage state and not just scroll to position 2 when the view gets recomposed. Great ! Thank you very much !