Hi,
so if I understand correctly, my Collection must inherits from ListItemPropertyDescriptor to have a CanRemove property ?
With the architecture of my project, it will be hard to use a converter only for a specific property. I don't want to use this converter on all objects of this type but only for one specific object.
And I can't really make a sample of my project because my collection class is inheriting from so many other classes, it will be a mess.
I'm feeling a bit stuck on this.
AP