Hey Guys!
I need to disable the whole scrollability of the
PdfViewerControl so I can scroll by my own using a ScrollViewer.
In my imagination the PdfViewerControl's height is expanded
so it could show the pdf-file without scrolling. The scrolling is handled by
the ScrollViewer which includes the PdfViewerControl. The advantage for me
would be, that comments, which are displayed outside of the pdf on a Canvas,
are binded to the actual position on the Pdf and I don't need to
"fake" that startpoint of the arrow is fixed to the Pdf.
Is there any way to realize it?
Thank you so far