ImageViewer 禁止滚轮事件的向上传递

3x.png 图片 替换
This commit is contained in:
杨劼
2024-07-16 17:21:11 +08:00
parent 95f92992a9
commit b16abc6fdf
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

@@ -265,6 +265,7 @@ public class ImageViewer: TemplatedControl
if (scale < _sourceMinScale) scale = _sourceMinScale;
Scale = scale;
}
e.Handled = true;
}
protected override void OnPointerMoved(PointerEventArgs e)