如題,首先是找到了微軟社區的一篇帖子:
https://social.msdn.microsoft.com/Forums/sqlserver/zh-CN/4dded11a-f56f-4b31-b647-25afa7cc60e2/3689036807windowsformshost2115236733winform25511202142608027861touch25805?forum=wpfzhchs
引導至討論貼:
https://github.com/cefsharp/CefSharp/issues/1833
發現一個開源庫:
https://github.com/jaytwo/WmTouchDevice
以及相關說明文章:
https://jaytwo.github.io/2015/07/25/multi-touch-and-wpf.html
然后是需要先禁用 WPF 的觸控:
https://msdn.microsoft.com/en-us/library/vstudio/dd901337(v=vs.90).aspx
然后再重新進行綁定觸屏事件(以上文章也有,但是下面這個文章講的更細,另外是中文的噢):
https://blog.lindexi.com/post/WPF-%E4%BB%8E%E8%A7%A6%E6%91%B8%E6%B6%88%E6%81%AF%E8%BD%AC%E8%A7%A6%E6%91%B8%E4%BA%8B%E4%BB%B6.html
即可完成曲線解決問題。。。不知道是否完美,可能存在一定問題。