L
Lance Johnson
I have created a class B that contains 2 properties, which are both public.
I have a user control A that has 2 different instances of this class (C and
D). I've tagged it with the right attributes, but it's not showing the
subproperties of the item.
So in my property grid, I see C and D with the text out to the side, but the
sub properties are now showing up. Any clues. The values are actually
being serialized out. I can see that when I view the initializecomponent
code, but I want to be able to edit it. This seems real odd. The
properties are just a string and a bool.
Lance Johnson
I have a user control A that has 2 different instances of this class (C and
D). I've tagged it with the right attributes, but it's not showing the
subproperties of the item.
So in my property grid, I see C and D with the text out to the side, but the
sub properties are now showing up. Any clues. The values are actually
being serialized out. I can see that when I view the initializecomponent
code, but I want to be able to edit it. This seems real odd. The
properties are just a string and a bool.
Lance Johnson