I have a custom control which has got a custom collection. if I expand the
property in propertygrid the CollectionEditor shows the standard
CollectionEditorCollectionForm-form, which has got a propertygrid also. the
type which is displayed in the propertygrid of this form has a property
where the typeconverter returns a standard value collection. if i try to
expand the property in order to get the list visible, the dialog is closed
automaticly without displaying any kind of an error.
did anybody has the same problem and know a workaround?
Stoitcho Goutsev (100) - 23 Mar 2006 15:10 GMT
Martin,
If the form disapears that means probably exception is thrown somewhere. Try
to debug to find out where the exception is thrown. It could be somewhere in
the type converter.

Signature
HTH
Stoitcho Goutsev (100)
>I have a custom control which has got a custom collection. if I expand the
>property in propertygrid the CollectionEditor shows the standard
[quoted text clipped - 5 lines]
>
> did anybody has the same problem and know a workaround?