Combo Box Drop-Down

  • Thread starter Thread starter Guest
  • Start date Start date
Definite not when the ComboBox doesn't have the Focus.

I am not sure why you need a permanently dropped down ComboBox but I guess
you could use a ListBox right underneath the ComboBox to simulate the
drop-down of the ComboBox.

You will need some code to synchronize the ComboBox and the ListBox.
 
Hi Van,

I wanted the Combo Box permanently dropped down to prevent having to
continuously drop it down each time a selection is made. A List Box provides
this functionality but not without problems.

If you see my other thread in this forum "List Box Scroll Problem" using a
Combo Box is the obvious better choice for dealing with lists.

I read a thread somewhere in this forum where Steve Lebans has code to keep
Combo Boxes in a dropped down state, just can't remember where I saw it.

-Simon
 
Back
Top