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.
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.
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. 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.