You can allow users to double-tap by quickly tapping the screen twice to zoom the Form. To disable the function, set the C1Zoom.AllowDoubleTapZoom property to False.
Visual Basic |
Copy Code
|
---|---|
C1Zoom1.AllowDoubleTapZoom = False |
C# |
Copy Code
|
---|---|
c1Zoom1.AllowDoubleTapZoom = false; |