ListView style

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
 
S

Simon Hart [MVP]

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.
 
D

davebythesea

Hi Simon,

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

Cheers,
Dav
 
D

davebythesea

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

Cheers,
Dav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Listview on .net CF 2.0 0
Custom Listview Sample 1
Listview control problems 2
ListViewItem.Font 2
MultiLine ListView 1
ListView MouseDown Event 3
Listview Icon Shuffle 2
No items displayed in Listview 4

Top