Hello,
You may set the InertialScrolling property of C1Maps to False in order to remove the inertial effect while scrolling.
c1Maps1.InertialScrolling = false;
While Zoom the inertia effect is due the frequent change in zoom value with mouse scroll. If you set the Zoom with code you will not see any inertia effect.
Thanks,
Deepak Sharma