ImageViewer 禁止滚轮事件的向上传递
3x.png 图片 替换
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 112 KiB |
@@ -265,6 +265,7 @@ public class ImageViewer: TemplatedControl
|
||||
if (scale < _sourceMinScale) scale = _sourceMinScale;
|
||||
Scale = scale;
|
||||
}
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
protected override void OnPointerMoved(PointerEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user