Is it possible to hide controls at the bottom like zoom slider, page navigation etc in FlowDocumentReader? It seems that only search can be hidden through the IsFindEnabled property.
Asked
Active
Viewed 4,781 times
2 Answers
18
Just use a FlowDocumentScrollViewer
instead and set its IsToolBarVisible
property to false.

Contango
- 76,540
- 58
- 260
- 305

Jerry Bullard
- 6,116
- 18
- 27
-
1I do want to use FlowDocumentReader toolbar features, just don't want buil-in toolbar to be visible. – Dan Dec 05 '09 at 21:01
-
Just the thing I needed. Thanks! – Garth Kidd Dec 21 '11 at 22:18
-
FlowDocumentScrollViewer doesn't provide pagination feature. – Cray May 03 '17 at 07:45
3
To do this, you have to edit the default template - this is easy to do in Blend but I don't know how to do it in VS. I've done this before though, it is definitely possible.

Ana Betts
- 73,868
- 16
- 141
- 209