FlareLine / SwinApp

Swinburne's second-rate student app
4 stars 0 forks source link

ListView extends to bottom of visible View #19

Closed FlareLine closed 7 years ago

FlareLine commented 7 years ago

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.

FlareLine commented 7 years ago

ListView extends past bottom of page, however the list only contains 6 items, confirmed with a ListMenu.Count().ToString() test.

FlareLine commented 7 years ago

Adding a </> element may resolve the issue, testing now.

This did not fix the issue, RIP

FlareLine commented 7 years ago

Changing the blank to `