Change height of drop down in Combo Box

  • Thread starter Thread starter Kou Vang
  • Start date Start date
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
 
Under format there is a height command. If that is not what you are after,
try bottom or top commands. Hope that helps.
 
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
 
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.
 
Back
Top