Closed FlareLine closed 7 years ago
ListView extends past bottom of page, however the list only contains 6 items, confirmed with a ListMenu.Count().ToString() test.
Adding a
</> element may resolve the issue, testing now.
This did not fix the issue, RIP
Changing the blank
</ListView.Footer>` has fixed the issue of more rows being generated.
ListMenu in MainPage.xaml extends to the bottom of the page in iOS, but does not extend below the visible view, meaning the ListView is filling the available space itself, and not creating more items to fill it.