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
Is it possible to provide the Xaml to render a node, and if not, add it onto the to do list. I need a graph layout engine such as this but want to control how elements will look on the screen to the user such as rendering a node as a box which contains text top and bottom of an SVG icon.
There are little or no real WPF samples which demonstrate the ability's of this engine.
Another consideration is that Node is currently just a string label, could it be extended to take a generic type so that other additional data could be stored against a node and used within an overridden draw function
The text was updated successfully, but these errors were encountered:
Is it possible to provide the Xaml to render a node, and if not, add it onto the to do list. I need a graph layout engine such as this but want to control how elements will look on the screen to the user such as rendering a node as a box which contains text top and bottom of an SVG icon.
There are little or no real WPF samples which demonstrate the ability's of this engine.
Another consideration is that Node is currently just a string label, could it be extended to take a generic type so that other additional data could be stored against a node and used within an overridden draw function
The text was updated successfully, but these errors were encountered: