Can someone please tell me why the zoom and search controls do not show up?
Here is the code:
<FlowDocumentReader x:Name="myDocumenReader" Height="269.4">
<FlowDocument>
<Section Foreground="Yellow" Background="Black">
<Paragraph FontSize="20">
Here are some fun facts about the WPF Documents API!
</Paragraph>
</Section>
<!--<List />
<Paragraph />-->
</FlowDocument>
</FlowDocumentReader>