
Signature
HTH
Stoitcho Goutsev (100)
Hi,
I tried doing the same thing for displaying a custom class derived from
ApplicationSettingsBase (called EngineSettings). EngineSettings again
contained another class derived from ApplicationSettingsBase (called
GroupSettings).
By using the default ExpandableObjectConverter for the GroupSettings class I
have been unable to expand the GroupSettings property of EngineSettings when
displayed in a propertygrid.
If EngineSettings does not inherit from ApplicationSettingsBase, the
GroupSettings property DOES expand, but not when it inherits from it.
Does my GroupSettings class HAVE to have a custom TypeConverter? Is it not
possible to use the ExpandableObjectConverter?
Thanks!
-Torbjørn
> Kingherc,
>
[quoted text clipped - 23 lines]
> >
> > Thanks for any help!
Torbjørn - 04 Apr 2006 08:19 GMT
Hi again,
I finally figured out my problem: I had forgotten to do "new" on my custom
settings, since (of course) ApplicationSettingsBase does not do that for you.
Cheers,
Torbjørn
> Hi,
>
[quoted text clipped - 44 lines]
> > >
> > > Thanks for any help!