-6

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

这是代码:

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

1 回答 1

1

我在 Document Outline 中意识到我只需要扩展窗口和 FlowDocumentReader 的宽度和高度。控制一直在那里。

于 2014-02-27T13:23:51.997 回答