I have a List<T> object. It has a children from the same type (Tree[].Tree[].Tree[]...). How can i use this structure, to show as a tree?
This is my class and list from it:
class Tree{
public string Name { get; set; }List<Tree> children;
}
xamDataTree.ItemsSource = List<Tree> object
Where is my error? I can see only the root level of the tree.
Hello Simo,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.