DNB,
Look at the Header property or the HeaderTemplate property (depending on
how you want to effect the TreeViewItem). TreeViewItem derives from
HeaderedItemsControl which has the item to display, and its children. In
this case, you want the Header.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> How to add images/icons in WPF Tree View from code behind
>
[quoted text clipped - 33 lines]
>
> DNB