Is there a way to find out the 'natural' size of a Table?
I have a UI that is naturally a List of Tables and some kind of interaction between the scrolling of the outer List causes the inner Tables to have zero height (figuring out that that was what was happening was very annoying).
I can force a .frame() to overcome this but that leaves me with a different problem: knowing what height to pick. Unless I pick a height greater than the natural height of the table then the outer scroll and the inner scroll fight in an annoying fashion, picking something deliberately too large is ugly, and what counts as the right size will change under accessibility settings anyway, so trial and error seems unworkable.
Suggestions?