Has anyone got any idea why in WPF .NET 4 the treeview TreeViewItem.Expanded event is call by the expanded node, then by each of the parents recursively up the tree until and including the root node?
I can get around it but I'd just like to know the mechanics of the problem.
Ed