I have an expanded display (I call it detailed info popup) that provides detailed or additional information about items or contents shown on a MapTip popup. I use the MouseEnter event on the contents of a MapTip to control the expanded display. However, the expanded display is always shown underneath the MapTip. The question is how to make the expanded display to be shown on top of the MapTip? Also, I want to be able to programatically modify the "delay time" of the MapTip once the mouse enters the expanded display.
Currently, I place the expanded display above the MapTip (see enclosed), but it gives the impression that the detailed information is detached. I want the detailed display to be able to follow the mouse.
Any pointers? Thanks