I have a ListView. Each item contains a somewhat complex set of child objects. This causes the page navigation to load the page containing the ListView to take several seconds, making the app poorly responsive as the list populates.
Is there a way to defer loading of items in the ListView until after the page has loaded?