In a `LazyVerticalGrid` how do I make the items fi...
# compose
t
In a
LazyVerticalGrid
how do I make the items fill the full height? As you can see in the image, some o them don’t take the full space. I tried
fillMaxHeight()
and
height(IntrinsicSize.Max)
but they didn’t work.
In the end I fixed this with fixed sizes for the row, so it’s easier to handle it 😅
s
Wrong thread?
😆 1