https://bugzilla.novell.com/show_bug.cgi?id=417962

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=417962#c3





--- Comment #3 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-09-11 11:00:55 MDT 
---
Actually, the flickering is caused by the ListBox, you need to set the
ListBox's DoubleBuffered to true (which means you will need to subclass the
ListBox).  This property is not inherited from a Control's parent, so you will
need to set it on each Control that is flickering.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to