Hi,
I'm using the propertygrid control to view the properties of my object. It's working very fine, except for one detail: there's a property of type Double[,] that I can't view. If I change the property to ReadOnly, it shows on the grid as System.Double[,]. If I let the property as Read/write then the property doesn't show on the grid.
Is there any way of showing this kind of data type in a easy way or do I have to create a custom editor?
I looked on the examples of the custom editors and they're binded to the Value attribute of the property, can I access the individual values of the array to show in the custom editor?
Thanks in advance...
Rodrigo
I'm using the propertygrid control to view the properties of my object. It's working very fine, except for one detail: there's a property of type Double[,] that I can't view. If I change the property to ReadOnly, it shows on the grid as System.Double[,]. If I let the property as Read/write then the property doesn't show on the grid.
Is there any way of showing this kind of data type in a easy way or do I have to create a custom editor?
I looked on the examples of the custom editors and they're binded to the Value attribute of the property, can I access the individual values of the array to show in the custom editor?
Thanks in advance...
Rodrigo