Can anyone guide me in using Catel 4 and a WPF TreeView control? I'm trying to create something like the VS solution explorer. I have created models and VMs for each level of the tree.
When I add a hierarchical data template (HDT) and use the VM types for the DataType parameters, I get a tree showing the top-level collection member types. That is, WPF couldn't match the ItemsSource collection types to my HDT. If I change the HDT to use the model types, the TreeView behaves properly, but now my VMs aren't being used.
Thanks.
-reilly.