When I zoom with the mouse wheel, my range control doesn't update, so gets out of sync. Is there a way (or can one be added) to get a callback when the zoom level changes via the Scroll Wheel, so I can call StateHasChanged etc? I was going to use OnWheel, but that seems to be for custom wheel implementations, so not quite what I want.
Thanks!
When I zoom with the mouse wheel, my range control doesn't update, so gets out of sync. Is there a way (or can one be added) to get a callback when the zoom level changes via the Scroll Wheel, so I can call StateHasChanged etc? I was going to use OnWheel, but that seems to be for custom wheel implementations, so not quite what I want.
Thanks!