#253 – FlowDocument is Hosted in a FlowDocumentReader Automatically
March 22, 2011 Leave a comment
Because FlowDocument does not derive from UIElement, you can’t include it in a Panel control. You can use a FlowDocument as the main content in any ContentControl. If you do this, the FlowDocument will automatically be hosted in a FlowDocumentReader.
The FlowDocumentReader displays some portion of a FlowDocument and provides controls to either page or scroll through the rest of the document. It also supports displaying the document in multiple columns and provides an easy way to adjust the font size.
The image below shows a FlowDocumentReader hosting a FlowDocument.
The various widgets on the toolbar at the bottom are described below.