Make combo list wider than visible box?

L

LAS

Is it possible to make the dropdown list part of a combo box wider than the
control that appears on the form?

Apologies if this is a repost. I thought I had asked this before, but I
can't find it.

tia
las
 
D

David W. Fenton

Is it possible to make the dropdown list part of a combo box wider
than the control that appears on the form?

Take a look through the properties on the format tab. You'll see
ListWidth, which controls the width of the dropdown list, and is
independent of the width of the combo box itself (though it defaults
to being the same, with AUTO for the ListWidth property).
 
Top