Hi;
I've been looking around forums but haven't found any satisfying help about using Treeview control within context of MVVM + Prism + MEF.
The most close thing was Josh Smith Article where he implemented Treeview control using ViewModel pattern as per this article at CodeProject .
My concern is to impose the Prism+MEF framework on this example :
1-How to create all the ViewModel Wrapper classes via MEF
2-How each ViewModel can Load & Populate the Child ViewModel using MEF and w/o using [new] operator
It would be very generous if you could build the same example using Prism+MEF as it would be a standard way to using such very important and hierarchical control in our Prism based applications.
Thanks for your valuable support.
I've been looking around forums but haven't found any satisfying help about using Treeview control within context of MVVM + Prism + MEF.
The most close thing was Josh Smith Article where he implemented Treeview control using ViewModel pattern as per this article at CodeProject .
My concern is to impose the Prism+MEF framework on this example :
1-How to create all the ViewModel Wrapper classes via MEF
2-How each ViewModel can Load & Populate the Child ViewModel using MEF and w/o using [new] operator
It would be very generous if you could build the same example using Prism+MEF as it would be a standard way to using such very important and hierarchical control in our Prism based applications.
Thanks for your valuable support.