Behavior error from PropertyGrid + CollectionEditor-Form

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?
 
S

Stoitcho Goutsev \(100\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top