How to hide operations?

General TRichView support forum. Please post your questions here
Post Reply
DimOsBar
Posts: 2
Joined: Tue Mar 10, 2009 12:23 pm

How to hide operations?

Post by DimOsBar »

I am using method SearchText of RichViewEdit to find and change the back color of all instances of some substring in a text. But when the text is out of view RVE scrolls to it. Is it possible to hide all operations and then draw only result?
Sergey Tkachenko
Site Admin
Posts: 17555
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

BeginUpdate ... EndUpdate.
Post Reply