I have a pretty large form (adapted mainly for tablets), that has a TabbedPage nesting a ScrollView and a vertical StackPanel containi
TabbedPage
ScrollView
StackPanel
I may be grossly oversimplifying things here, but just adding HasUnevenRows="True" to the ListView worked for me.
HasUnevenRows="True"