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.
Hide controls in FlowDocumentReader
Asked Answered
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.
Just use a FlowDocumentScrollViewer
instead and set its IsToolBarVisible
property to false.
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
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.
© 2022 - 2024 — McMap. All rights reserved.