Sanity check: there is no built-in way to get the calculated height of a
LazyColumn
as if it would fit in a screen, right? (aka lazycolumn + wrapcontent(unbound) = bad)
z
Zach Klippenstein (he/him) [MOD]
06/06/2024, 3:49 PM
It’s less that there’s no way to do this, and more that this query doesn’t make sense. This would require composing all of the column contents, which is the explicit purpose of LazyColumn to avoid doing.
➕ 1
a
Alex Styl
06/06/2024, 6:42 PM
that makes sense. ended up giving a fixed height instead