为什么工具栏没有出现?

时间:2014-02-26 14:05:07

标签: c# wpf flowdocumentreader

有人可以告诉我为什么缩放和搜索控件没有出现吗?

以下是代码:

<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>

1 个答案:

答案 0 :(得分:0)

我在Document Outline中意识到我只需要扩展窗口和FlowDocumentReader的宽度和高度。 控制权始终存在。