获取数据绑定里面的第二个image控件
<ListBox x:Name="listBox"
<ListBox.ItemTemplate>
<DataTemplate>
<Image name=“x1”/>
<Image name=“x2”/>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
怎么获取第二个image控件?也就是x2
求解
在线等
[解决办法]
listBox.findXXX