July 12, 2024, 02:38:53 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


ListView WordWrap

Started by LarryMc, February 27, 2007, 01:20:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Is there a way to make text in a listview item wrap to a 2nd line?

LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

LarryMc

I'm not seeing anything in MSDN that says I can wordwrap a listview item.  Can anyone verify that that is correct?
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Ionic Wind Support Team

Not that I am aware of.  Have you tried insering a newline into the field?
Ionic Wind Support Team

LarryMc

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.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library