Good Day,
I am currently experiencing an issue with the WPF PropertyGrid. No Matter what i try i am unable to make my objects expandable within the control. - I see another user has experienced this too: https://wpftoolkit.codeplex.com/discussions/360804
I have created a simple project to illustrate the issue. - What am i missing here?
Thanks in advance for your help and all the great work.
Kind regards
Matthew Marlin
Comments: ** Comment from web user: MatthewMarlin **
I am currently experiencing an issue with the WPF PropertyGrid. No Matter what i try i am unable to make my objects expandable within the control. - I see another user has experienced this too: https://wpftoolkit.codeplex.com/discussions/360804
I have created a simple project to illustrate the issue. - What am i missing here?
Thanks in advance for your help and all the great work.
Kind regards
Matthew Marlin
Comments: ** Comment from web user: MatthewMarlin **
After further investigation, it would seem i made a vital mistake and forgot to initialize the NestedType.
After adding a Default constructor to the BaseType to initialize it, the property grid works as expected.
My bad.
Apologies, i cant seem to remove issues once created.