Replies: 1 comment
-
Are you trying this in .NET Framework or .NET? Which version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a form and it has tones of other controls(buttons,textbox, custom controls, labels, panel,gridview,,listview,). You can guess i had flickering issue. I tried doublebuffering,but it caused other question that tabControl1_DrawItem event firing constantly, how can it be fixed? Thank you very much.
I also want to note that without this code the problem does not happen, but the tabs flicker constantly and crazy without the "WS_EX_COMPOSITED hack" as Hans called it. With double buffering everything using this hack, it makes tabpages loaded well so it is staying in there necessarily。
Here related code:
Beta Was this translation helpful? Give feedback.
All reactions