[Mono-bugs] [Bug 508541] ComboBox useless vertical scrollbar + ComboBoxStyle.Simple issues

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jun 5 23:07:38 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=508541

User calberto.cortez at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=508541#c4


Carlos Alberto Cortez <calberto.cortez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |calberto.cortez at gmail.com




--- Comment #4 from Carlos Alberto Cortez <calberto.cortez at gmail.com>  2009-06-05 21:07:35 MDT ---
DropDownStyle matters because it is not showing any dropdown listbox, and it
ignores DropDownHeight, so the height needs to be handled in a different way
;-)

But the case with the combobox using ComboBoxStyle.Simple seems to be actually
a .net bug, since that strange behaviour is *only* present when a new control
is added to the Form *between* a SuspendLayout/ResumeLayout, and adding a new
combo box outside this block causes the combobox in this style to have a
visible listbox.

And since SuspendLayout/ResumeLayout are designed to improve performance, and
shouldn't change the behaviour of any control, this is a bug - even if that's a
common code path.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list