Skip to content

fbcom92/how-to-make-richedit-highlight-strings-that-match-the-find-panel-text-e4422

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to make RichEdit highlight strings that match the Find panel text

Since RichEdit may contain large amounts of content, highlighting substrings may affect application performance; which is why, by default, RichEdit doesn't highlight search strings instances. In any case, Rich content includes undisplayed markup characters and the Grid includes these in the search. This example illustrates how to implement the intended functionality. It uses the Grid custom painting events to highlight a matched string and a custom RichEdit to obtain the text without markup.


About

.NET, WinForms, XtraGrid Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.9%
  • Visual Basic .NET 49.1%