Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Flickering
posted

My project is a client -server model we are using vs2010 with lots of infragistics controls on it. you name it we have it on our winforms ultragrid, ultracurrency editor, ultrapanel, ultratab, ultralabel, ultragroupbox everything.

our basic structure is a form-ultratab-ultapanel-ultragroupbox-ultrapanel-and ultracontrols(including ultrawingrid)

everything is fine and good but there is a lot of flickering with our forms when we deploy it.

this.SetStyle(ControlStyles.UserPaint, true);
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
this.SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
this.UpdateStyles();

we did everything we can think but still  getting flickered forms  hope any one can help us

 

 

Thank you,

Vidya