Hi everyone,
Is there a way to trigger the click events of the add/remove buttons of the collection editor? Because i need to insert/delete values of the collection outside the editor. I use System.ComponentModel.Design.CollectionEditor namespace and i have overrided the SetItems method but i couldn't solve the problem.
Any help would be appreciated.