How, do I display a ObservableCollection<> of custom objects in the PropertyGrid, in which each List Item can be expanded to display the custom objects properties. (ie:
----PropertyGrid-----
CoreClass
----PropertyGrid-----
CoreClass
-
CoreClass Property1
-
(+/-) ObservableCollection< CustomClass >
-
(+/-) CustomClass.Object1
-
Property1: Value
-
Property2: Value
- …
-
PropertyN: Value
-
Property1: Value
-
(+/-) CustomClass.Object2
-
Property1: Value
-
Property2: Value
- …
-
PropertyN: Value
-
Property1: Value
-
(+/-) CustomClass.Object1