Dan
Dan

Reputation: 11183

Hide controls in FlowDocumentReader

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.

Upvotes: 6

Views: 5066

Answers (2)

Jerry Bullard
Jerry Bullard

Reputation: 6106

Just use a FlowDocumentScrollViewer instead and set its IsToolBarVisible property to false.

Upvotes: 18

Ana Betts
Ana Betts

Reputation: 74654

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.

Upvotes: 3

Related Questions