I am using a tooltip with
toolTip1.IsBalloon = true;
and display it in a MouseMove
event handler. I like the balloon style with its blue title, rounded corners and the arrow pointing at the mouse position (image 1). However when I move the mouse a little lower, the nice round corners disappear, and the arrow points downward, to a place I haven't even been (image 2). Anybody have an idea why this may be happening ? If there's a logic in it, it eludes me.