ListView style

  • Thread starter Thread starter davebythesea
  • Start date Start date
D

davebythesea

Hi folks,

I was wondering if anyone knows if its possible to customize the ListView
control to display multiple pieces of text in the one column, seperated
equally, by a tab space for example? I'm aiming for the look of the default
Windows Mobile 6 SMS messaging list.

Thanks for any tips.

Dav
 
I'm not sure whether it's possible to override the listview control but
usually you'd write you're own owner draw control for these things you then
have complete control over the look and feel.
 
Hi Simon,

Thanks for the tip. I think an owner drawn control will be the way to go for
me.

Cheers,
Dav
 
Thanks for the link. The example looks very similar to what I'm looking to
do. I'll be studying it.

Cheers,
Dav
 
Back
Top