是否可以对“层次结构”进行数据绑定?收藏? SL 4

发布于 2024-12-09 02:23:56 字数 202 浏览 0 评论 0原文

我们有一个绑定到树视图控件的项目集合。
是否可以绑定分层集合?也就是说,集合中的项目本身可能就是一个集合。集合的成员将作为集合对象的子对象显示在树视图中。 或者我们必须以编程方式构建树?

感谢您的任何见解...

(还有一件事...是否可以过滤显示的项目(类似于转换器对单个值所做的操作)?或者我们应该将原始集合过滤为要绑定的集合并通过树视图显示?)

We have a collection of items we bind to a treeview control.
Is it possible to bind hierarchical collections? That is, an item in the collection might itself be a collection. The members of the collection would be displayed in the treeview as children of the collection object.
Or will we have to construct the tree programatically?

Thanks for any insights...

(And another thing... Is it possible to filter the items that are displayed (something like what a converter does for an individual value)? Or should we filter the raw collection into a collection to be bound and displayed by the treeview?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゞ花落谁相伴 2024-12-16 02:23:57

是的,您可以使用 TreeView 控件HierarchicalDataTemplate 对象 绑定到分层数据结构。 MSDN 有一篇“操作方法”文章可在此处获取

就问题的“过滤”部分而言,您可以采用任何一种方式(使用转换器或以编程方式过滤)。在不了解您实施的更多细节的情况下,我对提出建议犹豫不决。

Yes, you can use the TreeView control in conjunction with HierarchicalDataTemplate objects to bind to a hierarchical data structure. MSDN has a "how-to" article available here.

As far as the "filtering" part of your question goes, you could do it either way (using a converter, or filtering programmatically). Without knowing more of the details of your implementation I'm hesitant to make a recommendation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文