Behavior error from PropertyGrid + CollectionEditor-Form

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

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?
 
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.
 
Back
Top