65.9K
CodeProject is changing. Read more.
Home

Walk up the Visual Tree

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

Apr 26, 2010

CPOL
viewsIcon

23153

Introduction The following snippet provides a generic method to walk up the visual tree of Silverlight in order to find an element of a given type. It will return the first found item of said type, or null if the search ends at the visual tree root without any results.  Code // walk up the...