I’m designing the UI for where the MapWinGIS will appear in my project and I am trying to place buttons/controls over the MapWinGIS but it’s not working.
In fact, nothing can be placed over the MapWinGIS. I tried:
- Right clicking and pressing ‘Bring to Front’ or ‘Send to Back’ on the respective controls
- Messing with Panel.ZIndex
- Changing the order of the controls in the XAML
- Tried calling
map.SendToBack
on theAxMap
variable upon creation
Anyone has any idea on how to achieve this?