Emanuel Miroiu

Results 68 comments of Emanuel Miroiu

Hi, I'm open to reviewing and merging new PRs. I would prefer to have a separate PR for each new feature, if that's possible. I also did a bit of...

Hi @classyk12 , I am open to review PRs. Anyone can contribute, without asking for permission.

Inherit from one of the built-in connection classes and call the `GetTextPosition` whenever the `SourcePositionProperty` or the `TargetPositionProperty` dependency properties change (or in the `OnRender` method if you override it)...

If you want to support drag-and-drop stacking with the kind of “fancy drop effect” shown in your example, that’s not straightforward. When you drag a node, the `ItemContainer` captures the...

Would making these methods protected work in your case?

Hi, implicit operators are not supported.