Hi,
I've been trying to build hierarchical view model for the purpose of using WPF Treeview in my application but no success. I use Prism+MEF as framework for my application and I tried very hard to include Treeview control as per Josh Smith article here but I don't know how to build that nested structure with MEF and without using new operator.
So I wish that some guru here can show us how to do it based on that example.
Thanks in advance
I've been trying to build hierarchical view model for the purpose of using WPF Treeview in my application but no success. I use Prism+MEF as framework for my application and I tried very hard to include Treeview control as per Josh Smith article here but I don't know how to build that nested structure with MEF and without using new operator.
So I wish that some guru here can show us how to do it based on that example.
Thanks in advance