学无先后达者为师!
不忘初心,砥砺前行。

为 FlowDocumentPageViewer 隐藏工具栏和缩放栏

在 WPF 应用程序开发过程中可以使用 FlowDocumentPageViewer 来展示一个文档。默认情况下,该控件会显示一个工具栏,用于展示翻页和缩放文档。可以使用以下代码隐藏工具栏:

<FlowDocumentPageViewer>
  <FlowDocumentPageViewer.Template>
    <ControlTemplate TargetType="{x:Type FlowDocumentPageViewer}">
      <AdornerDecorator>
        <DocumentPageView FlowDocumentPageViewer.IsMasterPage="True" />
      </AdornerDecorator>
    </ControlTemplate>
  </FlowDocumentPageViewer.Template>
</FlowDocumentPageViewer>

赞(1) 打赏
未经允许不得转载:码农很忙 » 为 FlowDocumentPageViewer 隐藏工具栏和缩放栏

评论 抢沙发

给作者买杯咖啡

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

登录

找回密码

注册