Tagged Questions
2
votes
1answer
488 views
How do I get the instance of a templated item from a databound ItemsControl? (WPF)
I have an <ItemsControl> with a custom <DataTemplate> (and also a custom <ItemsPanelTemplate> that is just a WrapPanel), bound via ItemsSource to a simple observable collection of ...