Hi,
We want to have the possibility of clicking multiple surfaceElements. (using the CTRL key).
I've added an eventhandler for the map.ElementClick event, but this seems not to fire when the CTRL key is down.
I'd prefer to still use the map.ElementClick and adding the eventhandler on the surface elements itself.
Any ideas?
Hi Roel,
Unfortunately XamMap doesn't support this functionality and I would recommend submitting a feature request for it here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Thanks,
Ivan
Hi Ivan,
Thanks for the answer, is it possible to change this behaviour? That you can define another key to pan and to have ctrl for multiple selects?
Br,
Roel
The Ctrl key is used to pan the map and because of that ElementClick is not fired. You could attach to XamMap's MapMouseLeftButtonDown/Up and handle multiple SurfaceElements clicks.
Regards,
Ivan Kotev