Monthly Archives: June, 2011
Finding a Child Control by Type in Silverlight
Recently I needed to traverse the visual tree of a Silverlight dependancy object (UI element) in order to find a child object with the type I was looking for. As I didn’t know how far nested the child would be, I wrote a recursive helper function which will scan all child elements looking for the [...]
Recent Comments