문제

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