I have a ListView and a Label and I want the Label to be at the end of the ListView no matter how big the ItemsSource of the ListView is. As far as I know, this would require nesting the ListView and Label into a ScrollView, but when I do that, the spacing between the last ListView element and the Label becomes too high. If I use StackLayout, without a ScrollView, the Label becomes "fixed".
What are the ways to achieve it?