NodeEditorWinforms
NodeEditorWinforms copied to clipboard
Node based user control / editor for Windows Forms
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...
Can you update or add more cases?
Great library. I found it very quick and generally easy to use. One thing that doesn't seem to work, though is the AutoScroll property of the control. If you make...
Fantastic project thankyou for sharing your code) please help me . PVE4 FE NODE EDIOR (screen shot) Example parameter module shows a slider and a combo box how can this...
Hello, thanks for the work this is great ! I encountered an issue when trying to create a simple "String Value" node, based on the MathSample : ``` [Node("String Value",...
Hi, really love what you did...but I need some guidance on how to develop nodes with complex logic. For instance I would like to make a node that takes an...
Hi, Thanks for making this project public, I did try the example and it is perfect for generic usage. Although I am having hard time to figure out exactly how...
Great NodeEditor. Thanks a lot. Do you have any plans to port this to WPF ?
var xmlConn = (XmlElement)nodes.AppendChild(xml.CreateElement("Connection")); update to var xmlConn = (XmlElement)connections.AppendChild(xml.CreateElement("Connection")); At the moment the xml in output is not formatted in the right way.
Hi there, thanks for sharing this great project. I am using it like you said as a signal routing patcher for an osc/midi/dmx system for our band. I have sucsessfully...