How to clear richview's content?
Posted: Fri Jun 04, 2010 9:02 am
I wrote these code:
the content is clear, but the scrollbar still stay there, looks like some content exists, but just hidden. How to resolve it?
Thanks~~~
Code: Select all
FViewer.Clear;
FViewer.Invalidate;
Thanks~~~