Hello Syncfusion Team,
I'm using the latest version of diagram component in my app:"@syncfusion/ej2-angular-diagrams": "^17.3.34",
The app's UI has a custom control to zoom in/out of the diagram. I want all zoom actions to happen via that control.
Also I can't find the
Key and
KeyModifier combination for the mousewheel up/down events.
Any suggestions or alternatives? Will I have to use Angular's user input events instead?
Thanks,
Mithun
PS: Note: My app has it's own zoom control. I don't want to disable zoom, but just want to disable the zoom via ctrl + mousewheel. Hence not setting
minZoom and
maxZoom to 1 or disabling DiagramConstraints.Zoom (which will entirely disable zoom altogether).