ToolTip Bubble Incorrect location!
C#
1
Posts
1
Posters
0
Views
1
Watching
-
.NET 2.0 I am using the Tooltip control to notify user's of input error. The tooltip is set as a bubble tip. When a call the the Show method, the tooptip bubble does not display correctly. The buble pointer will be offset from the control. Now if I call the show method twice in a row with the same control passed then it will display correcty. What is causing the tooltip to not be displayed correctly when in bubble form?