Hi,
I have added Text shapes in the palette in runtime. It is working fine but it displays tooltip on hover. I would like this to be disabled.
I have tried using NodeContraints.Default &~NodeConstraints.Tooltip for each node shape while getting shapes for the palette. This seems to hide the custom content I assigned but shows the "id" content instead and sometimes hides the content completely but still shows the tooltip bubble.
How to I completely hide the tooltip while hovering on the palette symbol? Also the tooltip position or the relativeMode doesn't seem to have any effect.
Thanks.