ThinkGeo.com    |     Documentation    |     Premium Support

Panel ZOrder

I have marker controls on my map and I have an eventtrigger on my marker control that listens for a mouseclick.  I then expand the wpf user control to display some details, similar to how a popup would work.  However, when the control is expanded over another marker, the "covered" marker has a higher z order and remains visible.  Is there any way to promote the canvas of one marker control over other markers?  Attached is a screen shot of the problem I am seeing.


 



Thomas, 
  
 Marker is a wpf control so that you can set z-index by using Canvas.SetZIndex method. 
  
 Let me know if you have more questions. 
  
 Thanks, 
 James 


I am aware of that and I am very happy that I get such control over how marker look and behave.  However, the popup is not aware of the other markers on the map.  I have set the Panel.Zindex of the popup to 9999 hoping to supersede all other objects in the visual tree.  However, this does not appear to be working.

Thomas, 
  
 To solve your problem, could you provide more information to let us reproduce it, such as provide a sample code which we can run it to see the problem? 
  
 Thanks, 
 James