2014-02-26 120 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的寬度和高度來實現。 控件在整個時間都在那裏。