如何在不展开父节点的情况下访问内部TreeViewItem节点

发布于 2024-09-27 23:24:05 字数 190 浏览 9 评论 0原文

我有一个绑定到自定义对象集合的 WPF TreeView - 每个对象都有一个 IsExpanded 属性来展开容器 TreeViewItem。我希望能够以编程方式访问每个 TreeViewItem 的控件内容,而无需扩展可视树中的父 TreeViewItem。但是,当我尝试访问所述项目而不扩展其父项时,它们似乎尚未添加到可视化树中。有谁知道解决这个问题的方法吗?

I have a WPF TreeView that is bound to a collection of custom objects - each of which has an IsExpanded property to expand the container TreeViewItem. I want to be able to programmatically access each TreeViewItem's control contents without expanding the parent TreeViewItem in the visual tree. However, when I attempt to access said items without expanding their parent it seems as if they have not been added to the visual tree yet. Does anyone know a work around for this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文