1

フォント サイズ スライダーと検索ボタンを備えた FlowDocument を表示する必要があります。スクロール表示モードのFlowDocumentReaderは、常に垂直スクロールバーを表示することを除いて、まさに私が望むことを行いますが、それが有効になっている場合にのみ表示する必要があります(内部的には、ReaderScrollViewerのVerticalScrollBarVisibilityはVisibleですが、Autoが必要です)。どうすればそのようなビューを達成できますか?

ありがとう。

4

1 に答える 1

12

Instead of using the FlowDocumentReader in Scroll viewing mode, you can use the FlowDocumentScrollViewer. The FlowDocumentScrollViewer has a VerticalScrollBarVisibility property.

于 2009-05-07T14:57:12.107 に答える