0

With respect to the stack link:-

Zoom and Pan in GMap.net

I have tried to pan the google map using the touch.

But, the panning is not working.

May I kindly know, how to solve this.

Thanks in advance.

NANDAKUMAR THANGAVELU
  • 611
  • 3
  • 15
  • 34

1 Answers1

0

I believe that the default drag button for GMap.net is the right mouse button. Try using:

gMapControl1.DragButton = System.Windows.Forms.MouseButtons.Left;

when initializing.

T James
  • 490
  • 5
  • 16