This question is locked. New answers and comments are not allowed.
I'm unable to properly display my collection. I have tryed your HierarchicalDataTemplate example without success. Here are my code snippets.
Collection Class
public Dictionary<int, CategoryNode> Hierarchy = new Dictionary<int,CategoryNode>();
Collection Class
public Dictionary<int, CategoryNode> Hierarchy = new Dictionary<int,CategoryNode>();