Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 355
Dan Avatar asked Nov 27 '09 19:11

Dan


2 Answers

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

like image 155
Jerry Bullard Avatar answered Sep 25 '22 07:09

Jerry Bullard


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.

like image 24
Ana Betts Avatar answered Sep 23 '22 07:09

Ana Betts