
Dropdown List Box and Long List Items
Here is a routine that will autosize the combo box.
http://www.vbrad.com/pf.asp?p=Source/src_autosize_cmb.htm
--
Robert Gelb
www.vbRad.com
Source, Tips, Tricks, Components
Quote:
> Hello,
> I would like to know if there is a way to display the whole string in a
> dropdown list box even if the string is longer than the listbox control.
> Ie, I have room on a form for a listbox of only about 1 inch long, but my
> text is 2 to 3 inches long. I have seen listboxes in other environments
> that will display up to the longest text even if the text is longer than
the
> box.
> Any help appreciated.
> Spatch