writing a same string on more than one column in a listview?

Hi,
yeah, that's me again talking about listiews...
here's my new problem :
I'm using one listview to display several informations that are classified by different headers. My goal is to display each header before its related informations. The problem is that I have to use 3 collumns and the entire string to be displayed as the header is too long, i get something like "my h..." for "my header".
Is there a way to display the entire string regardless of the columns width?
Thanks
[515 byte] By [Seta] at [2008-2-15]
# 1
ListView doesn't support text wrapping out of the box even on a desktop.
The only way to do that is to owner-draw it which is not a trivial task on CF.
AlexY at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
Hi AlexY and thanks for answering,
Now, even if it's not trivial, how can I make owner-drawn listview items?
Can I do it only on certains rows?
If you know any better solution to display this kind of data on a pocket PC, feel free to tell me.
Thanks again
Seta at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...