Hi,

I'm trying to use the listview control to display a list of items, as a list, but after 18 characters or so, it keeps going like this:

12345678910abc...
12345678910abc...
12345678910abc...

And wont display the full string, but just three trailing dots to indicate that there's more. Is there anyway of displaying the entire text in a row? Rather than all the rows being a fixed width?

I need to use a listview, rather than a listbox, as I intend in formatting the colour of texts etc which I understand isn't possible in a standard listbox.

Thanks

Snowblind