When navigating to a FlowDocument in a Frame, the FlowDocumentReader defaults to ViewMode=Page. I need to get a reference to the FlowDocumentReader so that I can set the ViewMode property to Scroll.
I can get a reference to the FlowDocument object by casting the Frame's Content property to a FlowDocument, but I cannot find a reference to the FlowDocumentReader that is instantiated when I navigate to the document.
I understand that the user can easily click on the scroll view button in the FlowDocumentReader, but I should be able to do this programmatically.