komorra / NodeEditorWinforms

Node based user control / editor for Windows Forms
MIT License
514 stars 144 forks source link

Example of creating a node through code #17

Open Cosmas47 opened 2 years ago

Cosmas47 commented 2 years ago

I'd like to setup the control so that it starts with a 'Starter' node by default every time the control is loaded. I assume I need to set nodesControl1.Context.CurrentProcessingNode to a new Node but it isn't clear through the NodeVisual class how this is done.

mercurial-moon commented 1 year ago

Hi Did you eventually find a way of how to get the node creation with code?

Cosmas47 commented 1 year ago

@mercurial-moon - No, I gave up on this. Can't even recall what project I was working on with this library!