IonicWind Software

IWBasic => GUI Central => Topic started by: LarryMc on February 27, 2007, 01:20:50 PM

Title: ListView WordWrap
Post by: LarryMc on February 27, 2007, 01:20:50 PM
Is there a way to make text in a listview item wrap to a 2nd line?

Title: Re: ListView WordWrap
Post by: LarryMc on March 04, 2007, 10:56:54 AM
I'm not seeing anything in MSDN that says I can wordwrap a listview item.  Can anyone verify that that is correct?
Title: Re: ListView WordWrap
Post by: Ionic Wind Support Team on March 04, 2007, 11:13:59 AM
Not that I am aware of.  Have you tried insering a newline into the field?
Title: Re: ListView WordWrap
Post by: LarryMc on March 04, 2007, 12:36:45 PM
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.