Alexander Smirnov

Results 32 comments of Alexander Smirnov

So what is the ID 9 is actually related to? Reactions?

GlobalMouseHandler.Dispose() is your friend :) Still mouse lags on termination which is nasty.

Unfortunately it is not possible by default. You have to implement custom edge routing algorithm.

There's no active development atm. But I welcome 3rd party pulls . Also providing support if I'm able to.

Hi, image export is a total pain in WPF. I'll try to reproduce it.

Hi, there's quite lazy implementation for self looped edges as I haven't come up with a good implementation idea at the time. You can look for `PART_SelfLoopedEdge` in the `EdgeControl`...

[MVVMGraphX_2.zip](https://github.com/panthernet/GraphX/files/3403138/MVVMGraphX_2.zip) Here's the working project. You have to call Generate() method. Also I fixed up graph type in class overloads.

You can use `Area.ShowAllEdgesLabels(false);` after graph has been generated or you can omit labels in XAML template.

Hi, you should change the `VertexControl` template in XAML. This is the default template: ``` ```