ScrollView auto resize height?

Is it possible with ScrollView ?

I’m adding many cards to ScrollView. I want my cards to be of dynamic height depending upon the text size(height). Basically, my text would wrap depending upon width of my card. And I would use the final height of this wrapped text’s height.

Since, my cards are of dynamic size, I want my scrollView to adjust automatically according to as many cards of dynamic height automatically. Is it possible with ScrollView or do I’ve to calculate and sum all these heights and later set the size of ScrollView? What Say?**

Plz see my other posts for related questions:

1 Like

Bump… anyone? :stuck_out_tongue: