You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While porting the NodeGraph to AvalonDock, I had to rewrite the framework to use instance references to NodeGraphManager instead of static references everywhere. This will allow for multiple instances of the node editor without having to make a new UserControl for each instance.
While developing this I had noticed that you cannot select the entire width and height of the window, I've not been able to manage to find the code that restricts the highlight area to the the visible.
I am having the same issue, and actually it also exists in the sample calculator project. It is impossible to drag a node all the way to the edge of the screen, there is a restriction rectangle that I cannot find. Does anyone have the answer to this?
While porting the NodeGraph to AvalonDock, I had to rewrite the framework to use instance references to NodeGraphManager instead of static references everywhere. This will allow for multiple instances of the node editor without having to make a new UserControl for each instance.
While developing this I had noticed that you cannot select the entire width and height of the window, I've not been able to manage to find the code that restricts the highlight area to the the visible.
If anyone can help me figure out this, thanks.
Links:
Fork OOP version of NodeGraph: https://github.com/CallumCarmicheal/NodeGraph
AvalonDock test app: https://github.com/CallumCarmicheal/NodeGraphTestApplication
The text was updated successfully, but these errors were encountered: