|
-
July 25th, 2025, 04:55 AM
#1
Richtextbox flicker when resizing
Hallo, I have a form that has a Richtextbox control.
Every control is generate with cp.ExStyle |= 0x02000000; to reduce flickering.
And the richtextbox has
this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint,
true);
base.DoubleBuffered = true;
But when I maximize the form, the new part of the richtextbox is for some seconds, black.
Could you suggest me how to avoid this effect?
Thank you.
Jessy.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|