I have MyTreeView : TreeView component. And Nodes collection is filled in this component.
When I place this component on the form, the Designer duplicates all Nodes items. So I need to force the designer not to serialize this public (non virtual) Nodes property, or force designer to clear Nodes collection before enter items there.
Is it possible to do w/o full custom designer serialization (via CodeDomSerializer)?