I want to determine the height of the content inside my (vertical) ScrollView
.
ScrollView {
//My Content
}
Is this possible? I've tried a few things but nothing seems to work.
Unfortunately, using simply the GeometryReader
isn't working, since it returns a value of 10
no matter what content is inside the ScrollView
Thanks!