NodeEditor icon indicating copy to clipboard operation
NodeEditor copied to clipboard

A node editor control for Avalonia.

Results 14 NodeEditor issues
Sort by recently updated
recently updated
newest added

Depends on https://github.com/AvaloniaUI/Avalonia/pull/6922

size/L

Enable to group nodes together and add a comment

enhancement

Add automatic canvas resizing when node is outside the white canvas

enhancement

Support undoing the last change or redoing the last undo. Either through API or hotkeys - Ctrl+Z, Ctrl+Y

enhancement

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...

enhancement

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...

Fixes for #66 and #65

size/S