geekswithblogs.net — Today I would like to show you how to style a TreeView control in Silverlight using Expression Blend 3. The TreeView is a control to visualize hierarchical data structures. The TreeView control isn’t part of the standard Silverlight 2 or 3 download, but can be downloaded from http://www.codeplex.com/silverlight. The TreeView control is available in WPF natively and styling is only a small bit different than in Silverlight.
original link