获取列表框项目 Silverlight

发布于 2024-09-26 01:33:58 字数 169 浏览 1 评论 0原文

我尝试使用 VisualTreeHelper 类获取列表框项目。当我执行 VisualTreeHelper.GetChildrenCount((DependencyProperty)listBox1) 时,它返回计数为 0。但是列表框中有很多列表框项目。有人可以让我知道我是否犯了任何错误吗?

问候, 拉利斯

I have tried to get the listbox items using VisualTreeHelper class. When I do VisualTreeHelper.GetChildrenCount((DependencyProperty)listBox1) it returns count as 0. But the listbox has lot of listboxitems in it.Can someone let me know if I am doing any mistake?

Regards,
Lalith

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

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

发布评论

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

评论(1

≈。彩虹 2024-10-03 01:33:58

您是否尝试过使用 Listbox 类的 ItemContainerGenerator 属性?它有一些可用于检索列表框项目的方法。
http:// /msdn.microsoft.com/en-US/library/system.windows.controls.itemscontrol.itemcontainergenerator(v=VS.95).aspx

Have you tried to use the ItemContainerGenerator property of the Listbox class ? It has some methods you can use to retrieve Listbox items.
http://msdn.microsoft.com/en-US/library/system.windows.controls.itemscontrol.itemcontainergenerator(v=VS.95).aspx

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