I have a service that retrieve only one node that has subNodes. I want to bind this node to the treeview by HierarchicalDataTemplate The problem is that itemsSource require a collection.
Can I Somehow Bind the treeView to this node without wrapping it with a collection?