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.
+1
A:
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.
Paul Betts
2009-11-27 21:53:06
+2
A:
Just use a ScrollDocumentFlowViewer instead and set its IsToolBarEnabled property to false.
Edit: FlowDocumentScrollViewer. A little class dyslexia.
Jerry Bullard
2009-12-03 23:40:17
I do want to use FlowDocumentReader toolbar features, just don't want buil-in toolbar to be visible.
Dan
2009-12-05 21:01:45