I am hosting the WPF PDFViewer in a Winform application. Is there a way to display the PDF documents in a single page mode. I have tried the following
Viewer.ZoomMode = Syncfusion.Windows.PdfViewer.ZoomMode.FitWidth
Viewer.ShowVerticalScrollBar = False
Neither of these options keeps the document from scrolling continously.
Thanks
ToddH