BlazorPanzoom icon indicating copy to clipboard operation
BlazorPanzoom copied to clipboard

Blazor wrapper for timmywil's panzoom library that helps make zooming and panning of Blazor components and elements easier

Results 12 BlazorPanzoom issues
Sort by recently updated
recently updated
newest added

See [https://github.com/timmywil/panzoom#events](https://github.com/timmywil/panzoom#events) for details on the custom events that panzoom implements using the native [CustomEvent](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent) API. ## Events (as of panzoom release [4.4.1]) - [ ] `panzoomstart` - [ ]...

enhancement

So on this page: [https://shaigem.github.io/BlazorPanzoom/inception](https://shaigem.github.io/BlazorPanzoom/inception) initially the inner and outer elements panning works ok, but if the zoom buttons are clicked the panning on inner element is not working anymore.