I have a pdfviewer bound to a richtextbox like in your samples. But I want to keep the wpf viewer in fit to window scaling mode while changing the content of the richtextbox. Right now the pdfviewer will rescale to 100 % on each update.
Hi Michael, You could achieve this behavior using the DocumentChanged event of RadPdfViewer to set the value when the document changes. This will ensure that the document is always visualized with the desired scaling mode. If you have any additional comments or concerns, please let us know. Regards, Tanya