and everything works great except I have two items types... and both are slightly different heights. Is there a way to do an IntrinsicSize thing here to make sure that both items in a Row are the same size?
Colton Idle
01/10/2025, 4:12 PM
Slightly off height wise. I of course don't want to set a hardcoded size as these have text in them so they should grow to accomadate that.
Colton Idle
01/10/2025, 4:37 PM
My only other idea is to ditch the LazyVerticalGrid, because I'll probably only have like twenty items in here... max.
z
Zach Klippenstein (he/him) [MOD]
01/10/2025, 9:38 PM
Could you just use a LazyColumn with a Row in each item?
c
Colton Idle
01/11/2025, 1:29 AM
I guess I could do that to.
Colton Idle
01/11/2025, 1:29 AM
verticalgrid seemed more appropriate... but that can work too