Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找相当于 Windows Phone LongListSelector 的 Windows 8。人脉应用程序(在所有联系人下)表现出这种行为;有可用的控制吗?
如果你想对数据进行分组,那么你可以使用 GridView 或 ListView 的语义缩放。GridView/ListView 也支持数据的增量加载。
XAML GridView 分组和 SemanticZoom 示例