Can't navigate map with click and drag while awaiting CompleteCommand using SketchEditor.StartAsync in drawAndEdit mode

284
0
10-08-2020 06:54 AM
PierreLaforest-Grant
New Contributor

This is in WPF:

  • Have a mapview with whatever map
  • Call MapView.SketchEditor.StartAsync(SketchCreationMode.Rectangle, true)
  • User draws the shape
  • Now when waiting for the CompleteCommand.Execute() call (in the form of a confirm button or whatever), the usual click and drag to navigate the map is disabled. When creation mode is polygon or polyline though the click and drag navigation works. Is it possible to allow this for all creation modes?
  • Also panning with arrow keys works in all cases so why not allow navigation with click and drag?
0 Kudos
0 Replies