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

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





--- Comment #5 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-09-11 12:55:47 MDT 
---
Hmm, that sucks.  I guess .Net doesn't pass on the double-buffered-ness to the
native control.  I guess you need to do it both ways, DoubleBuffered and
WS_EX_COMPOSITE, and even then it won't be doublebuffered on certain .Net
configurations, like .Net on Win2k.

The layout issue you mention happens on both Mono and .Net, so I don't think it
is a Mono specific issue.  SuspendLayout simply keeps the Layout events from
being called, it does not prevent a control's size or location from being
manually changed.  So it gets changed manually, and then the tabpage sets it
back to Fill as it finishes its Layout.


-- 
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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to