有人可以告诉我为什么缩放和搜索控件没有出现吗?
以下是代码:
<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 :(得分:0)
我在Document Outline中意识到我只需要扩展窗口和FlowDocumentReader的宽度和高度。 控制权始终存在。