Currently i\'ve got the following code to show a tooltip.
One way you can do that is wrap the ToolTip in a Rectangle and give it a Transparent color. Then you just set the Visibility to Collapsed on this Rectangle.
ToolTip
Rectangle
Transparent
Visibility
Collapsed
Update: