获取ListBox项Silverlight

时间:2010-10-04 20:14:26

标签: silverlight visualtreehelper

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

此致 Lalith

1 个答案:

答案 0 :(得分:1)

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