WPF: Comment puis-je supprimer la boîte de recherche dans un DocumentViewer?

Mon code XAML est comme ceci:

<Window
    xmlns                 ='http://schemas.microsoft.com/netfx/2007/xaml/presentation'
    xmlns:x               ='http://schemas.microsoft.com/winfx/2006/xaml'
    Title                 ='Print Preview - More stuff here'
    Height                ='200'
    Width                 ='300'
    WindowStartupLocation ='CenterOwner'>
    <DocumentViewer Name='dv1' ... />
</Window>

Comment puis-je, en XAML ou en C#, éliminer la zone de recherche?

source d'informationauteur Cheeso