
Hi,
We are using the Actipro Property Grid... we have a viewmodel with an ObservableCollection and we want to hide the parent collection row and display only it´s children. As a remark, the items should be refreshed in any collection change. Which is the way to achieve this goal?
CURRENT STATE
* Misc // Category
+ Identifier // Prop
+ Names // Collection Prop
-[0] // Inner Prop 1
-[1] // Inner Prop 2
NEW STATE
* Misc // Category
+ Identifier // Prop
+ [0] // Inner Prop 1
+ [1] // Inner Prop 2
Thanks in advance