带有节标题和数据绑定的列表框 [英] List Box with section headers and data binding

查看:28
本文介绍了带有节标题和数据绑定的列表框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发 windows Phone 8 应用,需要实现如下图所示的内容.

I am working on windows Phone 8 app ,need to achieve something like the below image looks like.

我已经搜索过这个但没有得到任何帮助,请帮助我如何实现这一点?

I have searched for this but did not get any help,please help me how to achieve this ?

推荐答案

必须使用 LongListSelector

You must use a LongListSelector

LongListSelector 它实际上是一个高级 ListBox,它支持全数据和 UI 虚拟化、平面列表和分组列表.它可以帮助用户滚动浏览长长的数据列表.基本上,当用户选择组标题之一时,快速跳转网格会覆盖列表,然后当从网格中选择一个项目时,用户会自动重定向回所选点的长列表.

LongListSelector which is actually an advanced ListBox that supports full data and UI virtualization, flat lists and grouped lists. It helps users to scroll through long lists of data. Basically a quick jump grid overlays the list when the user select one of the group headers after that when an item is selected from the grid the user is automatically redirected back to the long list at the selected point.

它还提出了分别有效地管理标题和内容的方法.

it also comes up with ways to manage headers and contents separately and efficiently.

最佳链接 开始

一个更多.

享受:)

这篇关于带有节标题和数据绑定的列表框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆