VisualTreeHelper Class in wpf
One nice use of VisualTreeHelper class
VisualTreeHelper class provides utility members that provide common tasks regarding nodes in the visual tree like finding childs, parents,sbilings etc. This class cannot be created directly in xaml.
Following example code shows you how to find the first child object of a certain type for eg: Find the ScrollViewer visual [...]






