Hi,
in our previous application we have built our own property grid to show and edit an object.
For some of those objects we want to display a datagrid with add/remove button to see all the data at once.
Here is a picture of what i would like to acheive: https://ibb.co/QbqNrM6
I would like to use the property grid to acheive this since most of the time i want to display <Name/Values> properties but would like in some cases to inject a control instead of a given property.
Is that possible? I saw the example using the Category Editor which have kind of the desired behavior but it requires to have a property with a given type inside the category while what i want is to inject a control not bound to a property anywhere in a category.