Change height of drop down in Combo Box

K

Kou Vang

Is it possible to increase the height of the drop down in a combo box? I'm
not talking about the actual height of the combo box object, but the data
coming from the rowsource or control source. I have data is that is really
wide, and would like to stretch the drop down to force a text wrap and see
all of the data. Thanks.

Kou
 
G

Golfinray

Under format there is a height command. If that is not what you are after,
try bottom or top commands. Hope that helps.
 
K

Kou Vang

Yea it's what I figured. I scrapped the combo box and used a subform, which
you can stretch the height of the rows. I don't need to select anything, so
it actually works better than the combo box. Thanks for re-affirming what I
assumed.

Kou
 
D

Dirk Goldgar

Kou Vang said:
Yea it's what I figured. I scrapped the combo box and used a subform,
which
you can stretch the height of the rows. I don't need to select anything,
so
it actually works better than the combo box. Thanks for re-affirming what
I
assumed.


If you wanted to get *really* fancy, you could simulate a combo box with a
subform (or popup dialog form) that you would show or hide as needed.
 

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

Top