Disable thumbnail view in UWP PDF Viewer

8 Jun 20211 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