I currently have Main Page which is a TabbedPage, which contains 3 ContentPage children. Those children currently just display a ListView of elements, but there is nothing in that list until the user hits the refresh button and populates the list. I am wondering is there any way to display just a Label saying "The rooms have not been refreshed yet." while the ListView is empty, and then when the ListView gets populated, remove the Label and display the ListView?
↧