How to Disable thumbnail view in UWP PDF Viewer
14 Aug 20261 minute to read
The SfPdfViewer control allows you to enable and disable thumbnail view that is opened when the document is magnified below 100%. The following code illustrates the same.
pdfViewer.IsThumbnailViewEnabled = false;pdfViewer.IsThumbnailViewEnabled = False