1

我尝试使用 VisualTreeHelper 类获取列表框项。当我执行 VisualTreeHelper.GetChildrenCount((DependencyProperty)listBox1) 时,它返回计数为 0。但是列表框中有很多列表框项。如果我做错了,有人可以告诉我吗?

问候, 拉利斯

4

1 回答 1

1

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

于 2010-10-04T20:32:35.270 回答