I'm adding a collection property to a component and by default it is shown into the tree with all of its items by default.
Is anybody have an advice how to prevent that? I want just the main property to be shown.
Tried to override GetAttributes of the property editor not to return paSubProperties but it seems that it have no effect on this.