but have the current item "snap" in place. I've looked at Chris Banes' snapper lib, but it only works with LazyRows. And HorizontalPager in accompanist is built on LazyRow so that's also a no-go.
I need a non-lazy row/carousel impl with "snapping", but really can't find anything but I'm sort of finding it tough to believe no one has solved for this problem yet.
@ romainguy I can't use lazyrow because my designs require my items to all have the same height based on the tallest items height. Since my list only has 5 items max, to meet my designers request I have to use a nonLazy row.