Listbox question

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

If using AddItem to populate a listbox, and the item is a
long entry........Is there a way to force a carriage return,
rather than widen the listbox, please?

Regards.
 
Stuart

I don't think you can have multiple lines for 1 entry in a listbox. With a
lot of coding you could put any continuation as a new item in the list. It
would take some work to piece it back together to use in any code. Another
option is to change the font of the listbox as a whole. Figure the largest
item that you are adding and adjust the font to accommodate that -
everything else will be smaller too.
 
Back
Top