You can use the x and y properties of the mouseenter and mouseleave events.
-
create a variable to store the modal state
-
bind the modal settings to the data in the variable
-
add a workflow for
mouseenterand update the state of the modal
-
add a workflow for
mouseleaveand update thedisplayproperty of the modal variable
result:






