Hi,
How do I get a named control from a control that is bound to a control template or data template?
I have tried FindName it does not work. I prefer not to use the VisualTreeHelper as you have to traverse through each parent chld item individually.
Thanks