Hi All,
One :
I have a property that get/set a array of an abstract class A
By default my array is null
In the propertygrid, It is not works correctly when my array is null. (when
my array is initialized with one element it works fine)
But I can not change the initial state of the array. It must be null.
what must I change.
A second question:
I have created a new ArrayEditorExte nted derived from ArrayEditor to get the
possibility to choice the type of entity to create in the dialog Array
editor (override the CreateNewItemTy pe( ...).
The problem is that the text of the menu button is the name of the class.
How can I change it.
Thank you in advance
One :
I have a property that get/set a array of an abstract class A
By default my array is null
In the propertygrid, It is not works correctly when my array is null. (when
my array is initialized with one element it works fine)
But I can not change the initial state of the array. It must be null.
what must I change.
A second question:
I have created a new ArrayEditorExte nted derived from ArrayEditor to get the
possibility to choice the type of entity to create in the dialog Array
editor (override the CreateNewItemTy pe( ...).
The problem is that the text of the menu button is the name of the class.
How can I change it.
Thank you in advance
Comment