Disable scrolling in the RadPdfViewer
Environment
Product Version | 2020.2.820 |
Product | RadPDFViewer for WPF |
Description
How to disable scrolling in the RadPdfViewer.
Solution
This functionality can be achieved by creating and using a template where the ScrollBar's (both horizontal and vertical) Visibility is set to Collapsed. Then in the code behind setting all command descriptors related to scrolling to false and handle all the related events. Check the following code snippets:
__ Creating a template and setting it to the RadPdfViewer
__ Disable commands related to scrolling and handle the related events
Notes
There is a request to expose an API that allows users to control this functionality easier. Make sure to cast your vote for it as this directly affects its priority: PdfViewer: Introduce an easy way to disable the scrolling.