Hi,
I have a FlowDocument that is defined in XAML like this;
<FlowDocumentScrollViewer>
<FlowDocument>
<Paragraph>
<Run>Hello</Run>
</Paragraph>
</FlowDocument>
</FlowDocumentScrollViewer>
What I'd like to do is prevent the Find and Zoom controls from appearing when you press Ctrl-F or F3.
Is this possible?
Thanks in advance! Matt