Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 8 如何在Windows8Metro(C#/XAML)应用程序中创建分页?_Windows 8_Microsoft Metro_Windows Runtime_Winrt Xaml - Fatal编程技术网

Windows 8 如何在Windows8Metro(C#/XAML)应用程序中创建分页?

Windows 8 如何在Windows8Metro(C#/XAML)应用程序中创建分页?,windows-8,microsoft-metro,windows-runtime,winrt-xaml,Windows 8,Microsoft Metro,Windows Runtime,Winrt Xaml,我想为我的列表框创建分页/分页 我有一个列表框,在我的列表框中将显示大约200个项目 所以我想对我的列表框进行分页,每页显示15个项目,当用户按下下一步按钮时,它将进入下一页,当用户按下上一步按钮时,它将进入上一页 请让我知道,我如何在我的应用程序中实现此功能 提前感谢。以下是您需要的: 讨论: DataFetchSize方法 LoadMoreItemsAsync方法: IncrementalLoadingTrigger和IncrementalLoadingThreshold属性 您可以

我想为我的列表框创建分页/分页

我有一个列表框,在我的列表框中将显示大约200个项目

所以我想对我的列表框进行分页,每页显示15个项目,当用户按下下一步按钮时,它将进入下一页,当用户按下上一步按钮时,它将进入上一页

请让我知道,我如何在我的应用程序中实现此功能


提前感谢。

以下是您需要的:

讨论:

DataFetchSize方法

LoadMoreItemsAsync方法:

IncrementalLoadingTrigger和IncrementalLoadingThreshold属性

您可以在这里看到使用这些的示例(不过请注意,该示例基于Windows8构建版本,并且API有一些更改)

看看Hamid的构建课程,这里讨论了以下内容:

以下是您需要的:

讨论:

DataFetchSize方法

LoadMoreItemsAsync方法:

IncrementalLoadingTrigger和IncrementalLoadingThreshold属性

您可以在这里看到使用这些的示例(不过请注意,该示例基于Windows8构建版本,并且API有一些更改)

看看Hamid的构建课程,这里讨论了以下内容:

谢谢你的回复,我会仔细阅读,如果有任何疑问,我会问你,再次感谢你的回复。谢谢你的回复,我会仔细阅读,如果有任何疑问,我会问你,再次感谢你的回复。