NodeEditor
NodeEditor copied to clipboard
A node editor control for Avalonia.
Add automatic canvas resizing when node is outside the white canvas
Support undoing the last change or redoing the last undo. Either through API or hotkeys - Ctrl+Z, Ctrl+Y
Currently (from my understanding) you need to set static height/width for each node and their Pins. This is OK for the start but, at least in my scenario each node...
How to reproduce: 1. Download/clone repo 2. Open NodeEditor.sln with Jetbrains Rider (with Visual Studio not reproducible) 3. Run Debug NodeEditor.Desktop I can't figure out what the difference is between...
Hi, First, thanks for the great lib ! I'm working on an app with nodes which controls in them, a bit like the checkbox node in your sample. However, I...