microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 305 forks source link

[Bug] Graph inside GViewer hosted in WPF doesn't appear in the custom tool window in VSIX extension #204

Open olgalupuleac opened 5 years ago

olgalupuleac commented 5 years ago

I'm developing Visual Studio extension for VS 2017 and I want to use MSAGL library (version 1.1.3) for graph rendering. I'm trying to host GViewer with the graph from the basic sample in WPF as recommended here and add it to the custom tool window. I'm expecting to see the graph, but the GViewer window is empty. full_view The example with the full description and steps to reproduce is available here https://github.com/olgalupuleac/GViewerBugReport The tool window was created using this tutorial.

levnach commented 5 years ago

GViewer was not tested for such a scenario, as I mentioned in https://social.msdn.microsoft.com/Forums/office/en-US/b8b3c8bd-13ae-4ade-8b11-940aa7a39837/using-glee-with-wpf?forum=automaticgraphlayout