An Enhanced WPF Custom Control for Zooming and Panning by Clifford Nelson, modified by Moravuscz
$ dotnet add package Moravuscz.WPFZoomPanelBased on Clifford Nelson's Enhanced WPF Custom Control for Zooming and Panning
xmlns:WPFZoomPanel="https://github.com/Moravuscz/WPFZoomPanel" to your XAML<WPFZoomPanel:ZoomPanel> or </WPFZoomPanel:ZoomPanelScrollViewer> for whatever content you want to be zoom/pan-able.<WPFZoomPanel:ZoomPanelViewBox> to add an interactive minimap for the ZoomPanel.For more details see GitHub Wiki