* ComboBox.cs: When handle is created call UpdateComboBoxBounds to
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Mon, 12 May 2008 00:25:08 +0000 (00:25 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Mon, 12 May 2008 00:25:08 +0000 (00:25 -0000)
commit809071bfd7beaf92bdd1c696a55591b8ed6938e9
tree356a87fa89a3dc66ec5c89be7c58202151df9bee
parent08ce76fcb9b5f13047143928594be0606244b1d6
* ComboBox.cs: When handle is created call UpdateComboBoxBounds to
ensure in Simple mode that the height is exactly the requested one.
Also add the ComboBoxListControl to the controls collection in Simple
mode even if handle hasn't been created.
Fixes part of #371991.

2008-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>

svn path=/trunk/mcs/; revision=102979
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs