You can zoom the Form by Ctrl + Mouse Wheel scroll when the active control does not handle the MouseWheel message. To enable this behavior, use the following code:
Visual Basic |
Copy Code
|
---|---|
C1Zoom1.AllowMouseWheelZoom = True |
C# |
Copy Code
|
---|---|
c1Zoom1.AllowMouseWheelZoom = true; |
Note: