ComboBox bug ?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

when I add a ComboBox (or one of ots container parent) to a window
hyerarchy, its selected index is set to 0, or so it seems..
is it normal ?
any work around ?
 
Lloyd Dupont said:
when I add a ComboBox (or one of ots container parent) to a window
hyerarchy, its selected index is set to 0, or so it seems..
is it normal ?
any work around ?

you could use ComboBox1.SelectedIndex = -1

and then do it again because of the bug
 
Back
Top