Is there anyway to disable this functionality in the pdf viewer so that I can handle zooming manually?
2 Answers, 1 is accepted
0
Stenly
Telerik team
answered on 22 Jul 2025, 11:59 AM
Hello Rob,
To achieve this requirement, you could subscribe to the PreviewMouseWheel event of RadPdfViewer and check if the left or right CTRL key is pressed. If either of them is pressed, set the Handled property of the event arguments to true.
The following code snippet showcases this suggestion's implementation: