Is there a way to wordwrap a sentence in a listbox without using the horizontal slide
Is there a way to wordwrap a sentence in a listbox without using the horizontal slider to see the complete senetene For example if I had this in the list Box:
Item 1: This is line 1 of the list box
Item 2: The quick brown fox jumped over the lazy dog"
Item 3: This is line 3 of the list box
but the listBox only has a width to the following: "The quick brown fox jumped"
I would like to see the list box be shown like:
Item 1: This is line 1 of the list box
Item 2: The quick brown fox jumped
over the lazy dog"
Item 3: This is line 3 of the list box
Is there away to do this?
Thanks Marty