ComboBox?

  • Thread starter Thread starter Sebastian
  • Start date Start date
S

Sebastian

Hello,

how can i implement the following. i' ve got a button, whenn i click this
one i want to open a combobox.
The combobox shoulb be opened and show it's items. I ve found no methods to
make the combo expanded.

thanks in advance

sebastian
 
Are you losing the focus in the ComboBox? I don't see that behaviour. After
expanding the combobox, focus is on the textbox part of the combobox.
 
I see what you mean. The problem when the combo-box loses focus is that it
will not be shown expanded anymore.
 
Back
Top