关于堆栈链接:
Zoom and Pan in GMap.net
我已经尝试使用触摸来平移谷歌地图。
但是,淘金并没有起作用。
我想知道,如何解决这个问题。
提前谢谢。
发布于 2016-10-13 00:19:28
我相信GMap.net的默认拖拽按钮是鼠标右键。尝试使用:
gMapControl1.DragButton = System.Windows.Forms.MouseButtons.Left;
初始化时。
https://stackoverflow.com/questions/35772923
相似问题