microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.35k stars 302 forks source link

How to disable tooltips? #300

Closed NiklasVJM closed 2 years ago

NiklasVJM commented 2 years ago

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?

levnach commented 2 years ago

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.