With respect to the stack link:-
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.
With respect to the stack link:-
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.
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.