I want nothing to happen when my mouse scroll wheel is being turned. What is the solution?
Thanks.
Hello,Please let me know if you have any further questions regarding this issue.
Hello Sumit,There is no property or event regarding this functionality. Please take a look at the sample I have attached. It attaches manually event on the image viewer initialization which event will listen for scroll of the control. If the scroll occurs the event will be canceled. Please also take a look at the following page - http://www.javascriptkit.com/javatutors/onmousewheel.shtml