Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top