Join Slack
Powered by
Hi! I have a lazyRow with items that has a Column ...
# compose
n
Nicolai
01/19/2023, 5:10 PM
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
mgrazianodecastro
01/19/2023, 5:29 PM
hmmm have you tried to put the columns with
fillMaxHeight
?
d
dazza5000
01/20/2023, 3:13 PM
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
dazza5000
01/20/2023, 3:13 PM
Here's the relevant discussion from earlier
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1649956718414129
6
Views
Open in Slack
Previous
Next