Is there a way to make text in a listview item wrap to a 2nd line?
I'm not seeing anything in MSDN that says I can wordwrap a listview item. Can anyone verify that that is correct?
Not that I am aware of. Have you tried insering a newline into the field?
Tried that first but it just prints it out as "\n"
Also tried chr$(13)+chr$(10) but it just prints 2 black boxes.
I couldn't find a style flag in MSDN that hinted at being able to do it so I guess it's a no-no.