Any ideas how to get `Cell`s have the same height ...
# compose
l
Any ideas how to get `Cell`s have the same height in
LazyVerticalGrid
?
j
a
you have to have fixed heights I am afraid. all cells are composed independently and can’t have the size of the largest item in the row as this will requite double measurement
l
Thanks guys and thanks for the insights Andrey
415 Views