With Lazy* you inherently can't do that because you would need to measure all items before hand to find the largest one. If it's a small set of data then just use the nonLazy version and use instrinsics.
I do this in a few cases where i have a horizontal scrollable for like 6 items max and it works well in prod
c
czuckie
12/20/2022, 9:31 AM
Yeah I think that might be the approach we take also. We just need to make our image loading play nice with window visibility I guess.