I want to have a custom collection editor dialog in WPF (to edit a collection property on a custom control at design time) preferably by extending the exiting one , but I cannot find the existing one anywhere ...
I am looking for advanced customization (not just adding items in the collection editor's combo-box) like implementing an winforms-like editor for the treeview in wpf
Can anyone point me in the right direction?
Is there any other way I can achieve a goal like that (implementing the winforms design-time editor)
Here are the 2 editors
Wpf editor :
And Win forms editor
You will notice that the wpf editor dose not show an items hierarchy , this is the feature I am intrested in most , I would like to see the hierarchy as I am editing the tree.