FlowDocumentScrollViewer.Find Method

Definition

Toggles the Find dialog.

public:
 void Find();
public void Find ();
member this.Find : unit -> unit
Public Sub Find ()

Remarks

By default, Ctrl+F provides a keyboard shortcut for toggling the Find dialog. The following figure shows the Find dialog on a FlowDocumentScrollViewer with default UI.

Screenshot: FlowDocumentScrollViewer find dialog

The default Find dialog includes a field for entering search text, as well as buttons for Find Next, Find Previous, and Options. The following Find options are provided by default:

  • Match whole word only

  • Match case

  • Match diacritic

  • Match kashida

  • Match alef hamza

Applies to