microsoft/automatic-graph-layout

How to disable tooltips?

NiklasVJM opened this issue · 1 comments

Hi! I have WPF app, using this automatic-graph-layout. Is there a way to disable those tooltips all together?

Especially I would like to disable tooltips for nodes, which does not have any label text. Is this possible?

I fixed it by adding property GraphViewer.CreateToolTipForNodes: the property is set to false by default. I pushed the change to github, but I have not updated the NuGet, actually have never done this.