Hide controls in FlowDocumentReader
Asked Answered
O

2

6

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.

Outmoded answered 27/11, 2009 at 19:39 Comment(0)
A
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.

Acephalous answered 27/11, 2009 at 21:53 Comment(0)
R
18

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

Repartee answered 3/12, 2009 at 23:40 Comment(2)
I do want to use FlowDocumentReader toolbar features, just don't want buil-in toolbar to be visible.Outmoded
FlowDocumentScrollViewer doesn't provide pagination feature.Novation
A
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.

Acephalous answered 27/11, 2009 at 21:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.