Anonymous
12-03-2001, 02:54 AM
It is possible to drag / drop (move) an PushPin on the map. How do we block that ?
It is possible to drag / drop (move) an PushPin on....Anonymous 12-03-2001, 02:54 AM It is possible to drag / drop (move) an PushPin on the map. How do we block that ? Anonymous 12-03-2001, 02:54 AM There is no direct way to accomplish this. The only way to prvent this is to listen for a Selection event, detect whether the user tries to move the point, and undo a move here. This works, but it isn't elegant. | ||