-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
order of sibling nodes #360
Comments
The edge drawing algorithm of the tool follows https://ieeexplore.ieee.org/abstract/document/221135/ with some modifications. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I test WpfApplicationSample with codes below, the first edge will always on the left, and 2nd edge is on the right.
I knew the order of sibling nodes may be changed during layout. but my sample code is so simple.
so how can I keep the edge from left to right with the order in codes?
The text was updated successfully, but these errors were encountered: