“System.Windows.Controls.UIElementCollection”的子级;不能为空。预期从 UIElement 派生的对象

发布于 2024-09-27 00:06:03 字数 258 浏览 3 评论 0原文

我遇到了这个异常,不知道该怎么办。 我正在使用我在网上找到的 TreeListView

  <tv:TreeListView x:Name="listView" ItemsSource="{Binding TreeRoot}" Margin="5"      Width="640" Height="732">

    </tv:TreeListView>

有人遇到过这个异常吗?

I got this exception and don't know what to do with it.
I'm using a TreeListView that I found on the net:

  <tv:TreeListView x:Name="listView" ItemsSource="{Binding TreeRoot}" Margin="5"      Width="640" Height="732">

    </tv:TreeListView>

Has anyone had this exception?

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

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

发布评论

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

评论(1

依 靠 2024-10-04 00:06:03

我怀疑 DataContext 中的 TreeRoot 集合包含空项。

I suspect the TreeRoot collection in your DataContext contains null items.

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