When creating a listview in iOS there are 'empty' items below the last item, on Android these don't exist. Is there a way to get iOS to not display the empty items? I've tried using HorizontalOptions and VerticalOptions and other controls to control the size of the ListView without success.
↧