[Mono-bugs] [Bug 417962] WS_EX_COMPOSITED does not remove flashing

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 11 13:00:55 EDT 2008


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=417962#c3





--- Comment #3 from Jonathan Pobst <jpobst at novell.com>  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.


More information about the mono-bugs mailing list