Syncfusion AI Assistant

How can I help you?

Disable thumbnail view in UWP PDF Viewer

23 May 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

See Also