jrosh 0 Junior Poster

I added a tool tip from code behind onto an image. When the tool tip reaches an area of a image (determined by cordinates) it shows the tooltip. But when i call the method
tooltip.isOpen = true;

mouse pointer get stuck for a little time. How can I avoid this.