[Mono-bugs] [Bug 436730] Drop down list of winforms ComboBox too small
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 24 13:14:41 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=436730
User awunwpa7 at yahoo.com.ph added comment
https://bugzilla.novell.com/show_bug.cgi?id=436730#c5
--- Comment #5 from Steve Odbc <awunwpa7 at yahoo.com.ph> 2008-10-24 11:14:39 MDT ---
Created an attachment (id=247910)
--> (https://bugzilla.novell.com/attachment.cgi?id=247910)
Working bug
Sorry that it didn't work. Seems I underestimated this bug... It is so evil,
that it won't show up unless you set the Font AND the FormattingEnabled
property:
cb.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point,
((byte)(0)));
cb.FormattingEnabled = true;
If it doesn't work now, it only works when the bright moon shines.
--
Configure bugmail: https://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