WPF Scrollviewer PanningMode move Window?
问题 I have add a ScrollViewer in my WPF4 Window with ScrollViewer.PanningMode. When I drag scrollviewer on my multitouch screen it's OK. But... the Window move with scroll when I arrive on top scroll or bottom scroll. How can we avoid this? 回答1: Edit: To complete the answer: There is a native event for this which can just be marked as handled: ManipulationBoundaryFeedback This movement is called boundary feedback which is governed by the operating system (can be set by users in the Pen and Touch