BAndysc / nodify-avalonia

Highly performant and modular controls for node-based editors designed for data-binding and MVVM for Avalonia. Port of WPF's version: https://miroiu.github.io/nodify
https://github.com/BAndysc/nodify-avalonia
MIT License
78 stars 5 forks source link

[Bug] Dragging a node near the edge of the screen does not automatically pan the viewport #6

Closed miroiu closed 5 months ago

miroiu commented 5 months ago

To Reproduce Drag a node to the edge of the screen or outside the screen.

Expected behavior The editor should automatically pan in the direction you are dragging.

Does it happen in WPF version? No.

BAndysc commented 5 months ago

Found a way to mimic WPF's behaviour when it comes to pointer capture, so it should work just like in WPF now :)