If you are using Draw class as in the sample, while Draw.IsEnabled=true you will not be able to navigate the map through pan or zoom. If you are not using Draw and would like to disable zoom from double click, you can mark MouseLeftButtonDown event as e.Handled=true. This should prevent both pan and zoom.
From this sample : http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics, it doesn't seem that double clicking is zooming in while the draw is active.Could you give more info about your issue?Thanks
pPointCollection.add(new ESRI.ArcGIS.Client.Geometry.MapPoint(args.MapPoint.X, args.MapPoint.Y))
paths.Add(pPointCollection); pPolyline.Paths=path; ESRI.ArcGIS.Client.Graphic graphic =new ESRI.ArcGIS.Client.Graphics() { Â Â Â Â Â Â geometry=pPolyline, Â Â Â Â Â Â symbol=lineSymbol }; graphicsLayer.Graphics.Add(graphic);
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquÃ? RegÃstrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.