fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
523 stars 103 forks source link

Add find results control #43

Closed fernandreu closed 5 years ago

fernandreu commented 5 years ago

There is a Windows Forms control already existing for that. Either adapt it, or create a WPF one from scratch.

Have a look at this for details: https://github.com/Stumpii/ScintillaNET-FindReplaceDialog/wiki/Find-All-Results-Panel

Given this control uses another Scintilla editor (which will always use Windows Forms), the easiest thing would be to wrap it in a WPF control. This control could be visible only when find results are received, with an x button to close it if needed.

Related to #36.