I am currently evaluating your WPF PropertyGrid.
In my application the user changes the displayed element frequently, for example to compare two items. In your sampleapplication, the subelements (those defined with an ExpandableObjectConverter) will always close whenever the SelectedObject is changed, even if the classtype of the 2 elements remains the same. Is there an easy solution to change that behaviour in a way that open subelements stay open and closed ones stay closed?
Greetings,