Combo Box Drop-Down

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi to all,

Is there a way to keep a Combo Box in a drop-down state like a List Box?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top