Xamarin Android Multiline label not working properly

I was having an issue with getting a Label to multiline in an Xamarin forms ListView in an android app.

My XAML was this

And it looked like this ![Multiline listview lines not working properly](/images/AndroidListview.png) After I added HasUnevenRows="True" to the listview I got much better results ![Fixed multiline listview label](/images/AndroidListViewAfter.png)