Can combo box be wider than its owner control?

  • Thread starter Thread starter LAS
  • Start date Start date
L

LAS

Can I make the dropdown part of a combo box wider than its control? The
"width" property doesn't seem to do anything except make a column invisible
if it's set to 0".

tia
las
 
LAS said:
Can I make the dropdown part of a combo box wider than its control? The
"width" property doesn't seem to do anything except make a column
invisible if it's set to 0".

tia
las

You need to set the ListWidth property, preferably in the property sheet at
design time.
 
Back
Top