We're using the Tooltipmanager to add tooltips to our controls.
Is there a way to set the distance between the control and the top of the tooltip balloon ? Now the distance is too long and I want to get the balloon closer to my control.
Hello timdelma,
What settings are you using to get this behavior? I am asking because the default behavior is to show the tooltip next to the mouse cursor, so you should have written something that has overriden this behavior.
If it is easier for you, you could attach a small sample project which reproduces this behavior and I will be happy to take a look at it.
Hi Boris,
I just tried your 'UltraToolTips Basic Features'-sample and apparently this is default behaviour.
We use the Office2007-DisplayStyle instead of the default balloon-style, so we do not have the 'tip' of the balloon going towards the cursor
The tooltip appears at about a centimeter of the cursor and this is normal. And I cannot find any property to, let's say, halve this distance :-(