Hi! I have a lazyRow with items that has a Column ...
# compose
n
Hi! I have a lazyRow with items that has a Column inside with 3-5 text elements. Any way to force the lazyRow to calculate the height of all elements to use so all rows are equal height? I don't want to hardcode a height for each element
m
hmmm have you tried to put the columns with
fillMaxHeight
?
d
Not sure if this is what you are asking for, but this is a solution I came up with after getting help here https://stackoverflow.com/a/73112412/3268303
Here's the relevant discussion from earlier https://kotlinlang.slack.com/archives/CJLTWPH7S/p1649956718414129