2014-02-26 87 views
-7

有人可以告诉我为什么变焦和搜索控制不显示?为什么工具栏不显示?

下面是代码:

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

告诉我们的东西 –

+1

请阅读http://tinyurl.com/so-hints –

+0

简短的回答 - 因为'FlowDocumentReader'没有一个在其模板中定义。 –

回答

0

我在文档大纲我只需要扩大窗口和FlowDocumentReader的宽度和高度来实现。 控件在整个时间都在那里。