Combo Box

  • Thread starter Thread starter MadCrazyNewbie
  • Start date Start date
M

MadCrazyNewbie

Hey group,

Is there a way for a ComboBox to display nothing untill someone clicks on
the drop down button?

My ComboBox is bound to a Datasource and displays the first Item before
anyone clicks on the DropDown button? If you get what I mean?

Ta
MCN
 
* "MadCrazyNewbie said:
Is there a way for a ComboBox to display nothing untill someone clicks on
the drop down button?

Set its 'SelectedIndex' prperty to -1.
My ComboBox is bound to a Datasource and displays the first Item before
anyone clicks on the DropDown button? If you get what I mean?

Set it to -1 /twice/.
 
Where do I find the SelectedIndex Property, i may be blind but i carn`t seem
to find it in the propertys:(

thanks
MCN
 
Back
Top