Expand a dropdown box

  • Thread starter Thread starter Akilah
  • Start date Start date
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
 
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".
 
Back
Top