Hi,
can I show tooltip as long as mouse is hovering the element, not just until set duration time expires?
Hi,
can I show tooltip as long as mouse is hovering the element, not just until set duration time expires?
If Duration is null the tooltip will stay opened until explicitly closed.
Hi,
thank you so much for your help. It is working now. I set Duration to null and on MouseLeave event I closed the tooltip.