Hello. I was wondering what is the easiest way to ...
# compose-android
l
Hello. I was wondering what is the easiest way to create a lazyRow with Text items, but each row item should adjust its height to the highest item in lazyRow, so when scrolling item height would remain constant. Setting constant height of all items is not an option
1
s
You can’t get a lazy content and also know the size of all the items in it. This discussion has happened many times here and over at #compose I’m pretty sure, try looking back to see what others have done instead
1