Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top