How to show tooltip as long as mouse is on button?

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.

1 Like

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.

1 Like