Ask Your Question
4

What is the way to view a DGML file that is very big in Visual Studio?

asked 2022-11-17 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-28 07:00:00 +0000

devzero gravatar image

One way to view a large DGML file in Visual Studio is to use the Graph View Layout feature, which allows the user to zoom in and out of the graph and navigate through it without losing context. To enable this feature, right-click on the DGML file in the Solution Explorer and select "Open With" -> "XML (Text) Editor". Then, locate the <graph> element in the file and add the attribute "Layout="Sugiyama"" to it. Save the file and reopen it in Visual Studio. The graph should now be displayed with the Graph View Layout feature enabled.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-11-17 11:00:00 +0000

Seen: 9 times

Last updated: Jul 28 '21