Domanda

Does anyone know if the Paging control has Paging functionality. The sample apps for win 8.1 did not contain such an example.

I can make a custom paging functionality ... but i wanted to know if there is an easier way.

È stato utile?

Soluzione

If by "Paging control" you're referring to WinJS.UI.Pages.PageControl, then the answer is no. That control is set up to load a block of HTML into a page using DOM replacement, but doesn't provide anything more dynamic than that. The ListView is the only control that implements incremental loading behavior. So you'll need to do your own work.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top