Bug: Combobox.dropdown = True during Form.New() causes listbox to be disabled, even though combobox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Bug: Combobox.dropdown = True during it's parent Form.New() function causes listbox to be disabled, even though combobox is Enabled. All this, and the combobox does not drop down, either. Call was placed after the Init() call in the new() function
 
* "=?Utf-8?B?UmF0a2lsZXk=?= said:
Bug: Combobox.dropdown = True during it's parent Form.New() function
causes listbox to be disabled, even though combobox is Enabled. All
this, and the combobox does not drop down, either. Call was placed
after the Init() call in the new() function.

I am not able to repro that on .NET 1.0, Windows XP Professional.
 
Back
Top