-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>
告訴我們的東西 –
請閱讀http://tinyurl.com/so-hints –
簡短的回答 - 因爲'FlowDocumentReader'沒有一個在其模板中定義。 –