Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top