Sanity check: there is no built-in way to get the ...
# compose
a
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
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
that makes sense. ended up giving a fixed height instead