I would like to show the thumbnail view (shown when zooming out with fingers) programatically, to make it accessible for non-touch users.
The SfPdfViewerControl has a SwitchToThumbnailModeCommand and a SwitchToThumbnailModeCommandParameter when I execute the command the thumbnails are shown but the PDF is still shown in front of that.
Is there any parameter I need to pass to hide the actual PDF? Or how should this work?