Posted 19 years ago
by JohnH
Setting ButtonFlatStyle to System causes screen flicker; setting ButtonFlatStyle to Standard eliminates the flicker. However, the ButtonFlatStyle is what I want, as this causes the desired XP visual style to be applied.
I'm using a custom XP skin renderer via Skybound's Freestyle product.
Note: Setting ControlStyles (ex., SetStyle(ControlStyles.AllPaintingInWmPaint, true) ) in the form's constructor doesn't make any difference.
Any suggestions on how to eliminate the flicker when moving from page to page?
I'm using a custom XP skin renderer via Skybound's Freestyle product.
Note: Setting ControlStyles (ex., SetStyle(ControlStyles.AllPaintingInWmPaint, true) ) in the form's constructor doesn't make any difference.
Any suggestions on how to eliminate the flicker when moving from page to page?