Hello again!
Is possible to expand/open a combobox when it is on focus?
In the events list I didn't found onFocus or something similar...
Use the Enter event (=focus):
{
comboBox1.DroppedDown =
}
Regards,
Fabio
It works!
Thanks