Expand a dropdown box

A

Akilah

When i click a dropdown box to view the contents is there a way to expand the
content's box so that is shows the whole word or sentence without expanding
the actual drop down box?

Thanks
 
D

Dirk Goldgar

Akilah said:
When i click a dropdown box to view the contents is there a way to expand
the
content's box so that is shows the whole word or sentence without
expanding
the actual drop down box?


Set the combo box's ListWidth property to the desired width, rather than
leaving it set to "auto".
 
Top