Hello,
I have used the treenvaigator control in a UWP app with no problem whatsoever, but in WPF it appears something is out of sync. I attempt to nest a primitives:HierarchicalDataTemplate within an ItemTemplate per the documentation, and then start defining the template directly (TextBlock, for example). This will build, but not run- the XAML parser complains that the highest level control (textblock, in this case) can't be converted to a datatemplate.
So I try to wrap it in a datatemplate, but then the HierarchicalDataTemplate complains that it's child element isn't a DependencyObject, and refuses to build.
How can I get the hierarchical functionality to work? I'm running WPF 4.6.1.
Thanks,
Eddie