Custom WPF image viewer with mouse wheel zoom & any - direction drag pan
- Via NuGet:
Install-Package LinkingMountains.ImageZoom- Add the following namespace to your XAML file:
xmlns:lmimgz="clr-namespace:LinkingMountains.ImageZoom;assembly=LinkingMountains.ImageZoom"- Then add the following control to your XAML file:
<lmimgz:ImageZoom Source="{Binding yourimage}"/>We welcome all contributions! You can:
- Open issues for bugs or feature requests
- Fork the project and submit pull requests
- Share use cases or tutorials
MIT License - Free to use, modify and distribute, just keep the original license notice
