How to access element by name at a specific ListBox index
问题 I have a ListBox with several items on it (TextBlocks, Images and so on), what I'm trying to do is access an element by it's name at a specific ListBox index. I know the element name and the index i need to access, in this case I need to change the visibility property of an image control to collapsed. I've looked at a few examples using VisualTreeHelper here but they were only to access element by name, not by name and index, which is what i need to do but have not been able to. Thanks, Bob.