Emanuel Miroiu
Emanuel Miroiu
Closing as not planned. Please feel free to reopen if you need more information.
Hi Duncan, Conditionals are not part of the library and I don't believe they would work well with the existing features. The best and fastest thing I could do is...
Hi, You can get the selected containers by using the `NodifyEditor.SelectedContainers` property. And you're right! The calculation is similar to how `NodifyCanvas` calculates the `Extent` (by using `Location` and `RenderSize`)....
Hi! The `NodifyEditor.BringIntoView` method centers the viewport to the specified location (as written in the summary: `Moves the viewport center at the specified location.`), and it's working as intended. However,...
It's ok to reset the zooming. But in this case, I would give it a generic name like `ResetViewport`.
Hi! The provided controls do not hold too much state because everything is intended to be controlled by the view model. Of course, I could have an undo action for...
Closing this as not planned. Please feel free to reopen the issue if you need more information.
Good catch. Submit a pull request.
Hi, this has been answered here: #71. I don't know if it is possible unless we draw the connections inside the nodes panel (which is not a good idea because...
Having a separate panel may require a significant effort because there are quite a few dependencies on the `NodifyEditor.ItemsHost` panel. The logic for selecting and dragging is an example.